ApplicationMgr.RaiseError

Syntax

ApplicationMgr.RaiseError( errorCode, errorMessage)

Purpose

Generates an ApplicationMgr.ReportError event.

Remarks

Typically, an application handles the ReportError event to display or log errors that occur during the operation of the TestStand User Interface Controls. An application can reuse this event handler to report other errors by calling this method.

Parameters

errorCode As Long

[In] Specifies the integer error code.

errorMessage As String

[In] Specifies the descriptive error string.

See Also

ApplicationMgr.ReportError