次の方法で共有


OperationRetryControl.Exception プロパティ

定義

ShouldRetry が false の場合に、操作を報告する例外を取得または設定します。 既定では、これは報告された例外と同じ例外ですが、場合によっては、Factory が報告された例外をより意味のある例外に変換することを選択する場合があります。

public Exception Exception { get; set; }
member this.Exception : Exception with get, set
Public Property Exception As Exception

プロパティ値

例外

適用対象