System.SysUtils.EIntfCastError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEIntfCastError

Delphi

EIntfCastError = class(Exception);

C++

class PASCALIMPLEMENTATION EIntfCastError : public Exception

Properties

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

Description

EIntfCastError is the exception class for interface casting errors.

EIntfCastError is raised when an illegal cast is attempted on an interface.

See Also