HandleException method |
Applies to
TIB_SessionBase
Declaration
Procedure HandleException(Sender: TObject );
Description
This method is used to check the most recent errcode returned from an API
call. If an exception code was returned then it will be interpreted and the
error processing events will be triggered.
In most cases, a call to this method with an errcode of less than zero will
result in a Delphi exception being raised.