ExceptClass declares an Exception class.
ExceptClass = class of Exception;
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.
Exception