Table of Contents

Constructor RuleParseException

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

RuleParseException(string)

Creates the exception with a message.

public RuleParseException(string message)

Parameters

message string

The error message.

RuleParseException(string, Exception)

Creates the exception with a message and the JSON library's original error.

public RuleParseException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The JSON library's parse exception.