The function ExceptionType returns an exception object that is used in the ExceptionToString function and RaiseException function.
It is simply the type of exception error that has occurred.
Please refer to ExceptionToString and RaiseException for more detailed information about these functions.
Declaration: function ExceptionType: TIFException;
An example showing its use within LogInfo. In this case it is divide by Zero.