Class MissingOperatorException
Indicates that requested operator doesn't exist.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public sealed class MissingOperatorException : ConstraintViolationException
Constructors
| Improve this Doc View SourceMissingOperatorException(Type, ExpressionType)
Initializes a new exception indicating that requested operator doesn't exist.
Declaration
public MissingOperatorException(Type target, ExpressionType operator)
Parameters
Type | Name | Description |
---|---|---|
Type | target | The inspected type. |
ExpressionType | operator | Missing operator. |