Table of Contents

Constructor RuleWrightException

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

RuleWrightException(string)

Creates the exception with a message.

public RuleWrightException(string message)

Parameters

message string

The error message.

RuleWrightException(string, Exception)

Creates the exception with a message and inner exception.

public RuleWrightException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The underlying cause.