Soap.XSBuiltIns.EXSDecimalException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEXSDecimalException

Delphi

EXSDecimalException   = class(Exception);

C++

class PASCALIMPLEMENTATION EXSDecimalException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns Soap.XSBuiltIns

Description

EXSDecimalException is the exception class for errors encountered by the remotable objects that represent decimal values.

EXSDecimalException is raised by TXSDecimal when it is unable to convert between its string value and a TBcd value.

See Also