System.JSON.Writers.EJsonWriterException
Delphi
EJsonWriterException = class (EJsonException)
C++
class PASCALIMPLEMENTATION EJsonWriterException : public System::Json::Types::EJsonException
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.JSON.Writers.pas System.JSON.Writers.hpp  | 
        System.JSON.Writers | System.JSON.Writers | 
Description
Exception that may raise as you use a JSON writer.
In addition to what regular JSON exceptions provide, EJsonWriterException exceptions provide the path to the JSON token where the error occurred.