ShowError
Wrapper around the MsgBox function to show an error.
Syntax
ShowError( [ErrorMessage] [, functionName] )
Parameters
Name | Type | Description |
---|---|---|
ErrorMessage | String | Optional. The errormessage to be shown. If omitted the description property of the Err object is shown. Default: "" |
functionName | String | Optional. Name of the function which raised the error. If specified the functionname will be part of the errormessage. Default: "" |
Interactiontag:Interaction
See also
- GetApplicationTitle