Table of Contents

Constructor RuleCompilationException

Namespace
RuleWright.Execution
Assembly
RuleWright.Execution.dll

RuleCompilationException(string, string, Exception?)

Creates the exception.

public RuleCompilationException(string ruleId, string message, Exception? innerException = null)

Parameters

ruleId string

The id of the rule that failed to compile.

message string

The error message.

innerException Exception

The underlying cause, if any.