ExecutionStrategy.ExceptionsEncountered プロパティ

定義

操作の再試行の原因となった例外の一覧。

protected virtual System.Collections.Generic.List<Exception> ExceptionsEncountered { get; }
member this.ExceptionsEncountered : System.Collections.Generic.List<Exception>
Protected Overridable ReadOnly Property ExceptionsEncountered As List(Of Exception)

プロパティ値

注釈

詳細と例については、「 接続の回復性とデータベースの再試行 」を参照してください。

適用対象