RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ExceptClass Type

ExceptClass declares an Exception class.

Pascal
ExceptClass = class of Exception;
C++
Exception ExceptClass;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!