Class RhsExpressionEventArgs
- Namespace
- NRules.Diagnostics
- Assembly
- NRules.dll
Information related to events raised during right-hand side expression evaluation.
public class RhsExpressionEventArgs : ExpressionEventArgs
- Inheritance
-
RhsExpressionEventArgs
- Derived
- Inherited Members
Constructors
RhsExpressionEventArgs(Expression, Exception?, object[], IMatch)
Initializes a new instance of the RhsExpressionEventArgs class.
public RhsExpressionEventArgs(Expression expression, Exception? exception, object[] arguments, IMatch match)
Parameters
expressionExpressionExpression related to the event.
exceptionExceptionException related to the event.
argumentsobject[]Expression arguments.
matchIMatchRule match related to the event.
Properties
Match
Rule match related to the event.
public IMatch Match { get; }