System.SysUtils.ExceptClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ExceptClass = class of Exception;

C++

typedef System::TMetaClass* ExceptClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

ExceptClass declares an Exception class.

The ExceptClass type declares an Exception class. This class encapsulates the fundamental properties and methods for all exceptions. Use Exception as the base class for creating custom exceptions.

See Also