ErrorInfo Event

Fired when an authentication error has occurred.

Syntax

Public Event ErrorInfo As ErrorInfoEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
LastErrorNumber The last error number.
LastErrorMessage The last error message.

Remarks

You can use this event to catch the last error number or message.

Examples