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

UnknownLiftType() static private method

InvalidOperationException with message like "unknown lift type: '{0}'."
static private UnknownLiftType ( object p0 ) : Exception
p0 object
return Exception
        internal static Exception UnknownLiftType(object p0)
        {
            return new InvalidOperationException(Strings.UnknownLiftType(p0));
        }
Error