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

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

ArgumentException with message like "The user-defined operator method '{1}' for operator '{0}' must have associated boolean True and False operators."
static private LogicalOperatorMustHaveBooleanOperators ( object p0, object p1 ) : Exception
p0 object
p1 object
Результат System.Exception
        internal static Exception LogicalOperatorMustHaveBooleanOperators(object p0, object p1)
        {
            return new ArgumentException(Strings.LogicalOperatorMustHaveBooleanOperators(p0, p1));
        }
        /// <summary>
Error