Data.DBXJSONReflect.EConversionError
Delphi
EConversionError = class(Exception);
C++
class PASCALIMPLEMENTATION EConversionError : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | Data.DBXJSONReflect |
Description
Contains the exception thrown when the conversion or reversion process cannot complete.
An instance of the EConversionError class represents the exception thrown when the conversion or reversion process cannot complete. Most of these exceptions are thrown by the internal converter/reverter code.