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
- expressionExpression
- Expression related to the event. 
- exceptionException
- Exception related to the event. 
- argumentsobject[]
- Expression arguments. 
- matchIMatch
- Rule match related to the event. 
Properties
Match
Rule match related to the event.
public IMatch Match { get; }