RetryContext.RetryReason 属性

定义

导致当前重试(如果有)的错误。

public:
 property Exception ^ RetryReason { Exception ^ get(); void set(Exception ^ value); };
public Exception RetryReason { get; set; }
public Exception? RetryReason { get; set; }
member this.RetryReason : Exception with get, set
Public Property RetryReason As Exception

属性值

适用于