SqlRetryingEventArgs.Exceptions 屬性

定義

取得第一次嘗試失敗之後的例外狀況清單。

public:
 property System::Collections::Generic::IList<Exception ^> ^ Exceptions { System::Collections::Generic::IList<Exception ^> ^ get(); };
public System.Collections.Generic.IList<Exception> Exceptions { get; }
member this.Exceptions : System.Collections.Generic.IList<Exception>
Public ReadOnly Property Exceptions As IList(Of Exception)

屬性值

發生例外狀況的清單。

適用於