System.ExceptionClass

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

ExceptionClass: TClass; { Exception base class (must be Exception) }

C++

extern DELPHI_PACKAGE TClass ExceptionClass;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
System.pas
System.hpp
System System

Beschreibung

Repräsentiert eine Exception-Basisklasse.

ExceptionClass repräsentiert eine Exception-Basisklasse.

Siehe auch