ApplicationMgr.RaiseError
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.