EInvalidStateException Class
Raised when the JSON reader encounters a token of a different type than expected.
Syntax
Unit: Bcl.Json.Reader
EInvalidStateException = class(EJsonReaderException);
Constructors
| Name | Description |
|---|---|
| Create | Creates the exception with the expected and actual JSON states. |