ReplayThrowError(RunErrors) Method
A RunErrors value.
Throws an exception based on the specified error and sets the step status to EventStatus.EVENTSTATUS_FAIL.
Remarks
The error message is taken from RunErrors.
Syntax
'Declaration
 
Public Overloads Sub ReplayThrowError( _
   ByVal error As RunErrors _
) 
public void ReplayThrowError( 
   RunErrors error
)

Parameters

error
A RunErrors value.