System.Linq.Expressions.Error.ExtensionNotReduced C# (CSharp) Method

ExtensionNotReduced() static private method

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