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

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

InvalidOperationException with message like "Extension should have been reduced."
static private ExtensionNotReduced ( ) : Exception
Результат System.Exception
        internal static Exception ExtensionNotReduced()
        {
            return new InvalidOperationException(Strings.ExtensionNotReduced);
        }
#if FEATURE_COMPILE_TO_METHODBUILDER
Error