PexRetryException.Fail(Object, String, Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.