ThrowRunError(String) Method

OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Throws an exception based on the specified error message and sets the step status to EventStatus.EVENTSTATUS_FAIL.

Syntax

Visual Basic (Declaration)
Overloads Overridable Sub ThrowRunError( _
   ByVal Message As String _
) 
C#
virtual void ThrowRunError( 
   string Message
)

Parameters

Message
The error message.

See Also