System.Linq.Expressions.Error.CollectionReadOnly C# (CSharp) Метод

CollectionReadOnly() статический приватный Метод

NotSupportedException with message like "Collection is read-only."
static private CollectionReadOnly ( ) : Exception
Результат System.Exception
        internal static Exception CollectionReadOnly()
        {
            return new NotSupportedException(Strings.CollectionReadOnly);
        }
        /// <summary>
Error