Soap.XSBuiltIns.EXSDateTimeException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEXSDateTimeException

Delphi

EXSDateTimeException  = class(Exception);

C++

class PASCALIMPLEMENTATION EXSDateTimeException : public System::Sysutils::Exception

Properties

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

Description

EXSDateTimeException is the exception class for errors encountered by the remotable objects that represent XML schema date and time values.

EXSDateTimeException is raised by the TXSDate, TXSTime, TXSDateTime, and TXSDuration objects when

An application assigns a value that is out of range to one of their properties. Such values include Month values greater than 12, Hour values greater than 23, Minute values greater than 59, and so on.

The string that represents the object's value does not have the proper format and can't be parsed.

See Also