System.ExceptionClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE TClass ExceptionClass;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Represents the exception base class.

ExceptionClass represents the exception base class.

See Also