RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ExceptClass Type

ExceptClass declares an Exception class.

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

SysUtils

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!