次の方法で共有


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)

プロパティ値

発生した例外の一覧。

適用対象