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

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

The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
static private NotSupported ( ) : Exception
Результат Exception
        internal static Exception NotSupported()
        {
            return new NotSupportedException();
        }
Error