PexRetryException.Fail(Object, String, Exception) Method

Definition

Lets IntelliTest retry the current test case

public:
 static Exception ^ Fail(System::Object ^ retryId, System::String ^ message, Exception ^ innerException);
public static Exception Fail (object retryId, string message, Exception innerException);
static member Fail : obj * string * Exception -> Exception
Public Shared Function Fail (retryId As Object, message As String, innerException As Exception) As Exception

Parameters

retryId
Object
message
String
innerException
Exception

Returns

Returns Exception.

Applies to