Table of Contents

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 Expression

Expression related to the event.

exception Exception

Exception related to the event.

arguments object[]

Expression arguments.

match IMatch

Rule match related to the event.

Properties

Match

Rule match related to the event.

public IMatch Match { get; }

Property Value

IMatch