|
Previous Top Next |
Prototype: | (String pCaption),VIRTUAL |
pCaption | Caption for the message window |
This method get's the last API error code and error text and shows a message window with the error information. This method uses the GetLastAPIError method in the Core Class to get the last API error information.
Example:
ITS.APIErrorHandler('Error after copying files')
See also: