System.SysUtils.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.