Table of Contents

EJsonReaderException Class

Base exception class for JSON reader errors.

Syntax

Unit: Bcl.Json.Reader

EJsonReaderException = class(Exception);

Constructors

Name Description
Create Creates the exception with the specified message and JSON path.

Properties

Name Description
Path Gets the JSON path where the error occurred.