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)

屬性值

備註

如需詳細資訊 和範例,請參閱連線復原和資料庫重試

適用於