System.Linq.Expressions.Error.ExtensionNotReduced C# (CSharp) Méthode

ExtensionNotReduced() static private méthode

InvalidOperationException with message like "Extension should have been reduced."
static private ExtensionNotReduced ( ) : Exception
Résultat System.Exception
        internal static Exception ExtensionNotReduced()
        {
            return new InvalidOperationException(Strings.ExtensionNotReduced);
        }
#if FEATURE_COMPILE_TO_METHODBUILDER
Error