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)

属性值

注解

有关详细信息 和示例,请参阅连接复原和数据库重试

适用于