ExecutionStrategy.ExceptionsEncountered 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
到目前为止导致重试操作的异常列表。
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)
属性值
注解
有关详细信息 和示例,请参阅连接复原和数据库重试 。