EConvertFromJsonError.Create Constructor
Creates the exception with the JSON path and target type name.
Syntax
Unit: Bcl.Json.Converters
constructor EConvertFromJsonError.Create(const Path: string; const TypeName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Path | string | The JSON path where the error occurred. |
| const | TypeName | string | The name of the target type that failed deserialization. |