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)
屬性值
備註
如需詳細資訊 和範例,請參閱連線復原和資料庫重試 。