Data.DBXJSONReflect.EConversionError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEConversionError
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: Data.DBXJSONReflect

Delphi

EConversionError = class(Exception);

C++

class PASCALIMPLEMENTATION EConversionError : public System::Sysutils::Exception

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.

See Also