EJsonReaderException.Create Constructor
Creates the exception with the specified message and JSON path.
Syntax
Unit: Bcl.Json.Reader
constructor EJsonReaderException.Create(const Msg: string; const Path: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Msg | string | The error message. |
| const | Path | string | The JSON path where the error occurred. |