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

ExtensionNodeMustOverrideProperty() static private method

InvalidOperationException with message like "Extension node must override the property {0}."
static private ExtensionNodeMustOverrideProperty ( object p0 ) : Exception
p0 object
return System.Exception
        internal static Exception ExtensionNodeMustOverrideProperty(object p0)
        {
            return new InvalidOperationException(Strings.ExtensionNodeMustOverrideProperty(p0));
        }
        /// <summary>
Error