ReplayThrowError(String) Method
The error message.
Throws an exception based on the specified error message and sets the step status to EventStatus.EVENTSTATUS_FAIL.
Syntax
'Declaration
 
Public Overloads Sub ReplayThrowError( _
   ByVal Message As System.String _
) 
public void ReplayThrowError( 
   System.string Message
)

Parameters

Message
The error message.