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
expression
ExpressionExpression related to the event.
exception
ExceptionException related to the event.
arguments
object[]Expression arguments.
match
IMatchRule match related to the event.
Properties
Match
Rule match related to the event.
public IMatch Match { get; }