PexRetryException.Fail(Object, String, Exception) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
IntelliTest 'in geçerli test çalışmasını yeniden denemesini sağlar
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
Parametreler
- retryId
- Object
- message
- String
- innerException
- Exception