Class ParsedExpressionBuilderMissingBinaryOperatorError
- Namespace
- LfrlAnvil.Computable.Expressions.Errors
- Assembly
- LfrlAnvil.Computable.Expressions.dll
Represents an error that occurred during IParsedExpression<TArg, TResult> creation due to a missing binary operator.
public sealed class ParsedExpressionBuilderMissingBinaryOperatorError : ParsedExpressionBuilderError
- Inheritance
-
ParsedExpressionBuilderMissingBinaryOperatorError
- Inherited Members
Properties
LeftArgumentType
Left argument's type.
public Type LeftArgumentType { get; }
Property Value
RightArgumentType
Right argument's type.
public Type RightArgumentType { get; }
Property Value
Methods
ToString()
Returns a string representation of this ParsedExpressionBuilderMissingBinaryOperatorError instance.
[Pure]
public override string ToString()
Returns
- string
String representation.