Show: Delphi C++
Display Preferences

System.SysUtils.EInvalidCast

From XE2 API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObject
EInvalidCast

Delphi

EInvalidCast = class(Exception);

C++

class PASCALIMPLEMENTATION EInvalidCast : public Exception

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

EInvalidCast is an exception class for typecasting errors.

EInvalidCast is raised when an illegal typecast is attempted.

See Also

Personal tools
Previous Versions
Translations