Class of Exception.
Source position: classesh.inc line 143
type TExceptionClass = class of Exception;
TExceptionClass is the class pointer for the Exception class, defined in the SysUtils unit.
Exception
Base class of all exceptions.