OnExecuteDialogErrorMsg Event
Description
This event gets launched when the Execution Mode Options dialog box displays ErrorMsg.
Syntax
| Visual Basic |
|---|
Public Event OnExecuteDialogErrorMsg( _ ByVal ErrorMsg As String _ ) |
Parameters
- ErrorMsg
- String value representing the error message sent to the Machine Errors list in the Execution Mode Options dialog box.
See Also