EConvertFromJsonError Class
Raised when a JSON value cannot be deserialized to the target type.
Syntax
Unit: Bcl.Json.Converters
EConvertFromJsonError = class(Exception);
Constructors
| Name | Description |
|---|---|
| Create | Creates the exception with the JSON path and target type name. |
Properties
| Name | Description |
|---|---|
| Path | Returns the JSON path where the deserialization error occurred. |