次の方法で共有


ConnectionErrorEventArgs.Exception プロパティ

定義

ConnectionErrorEventArgs の実行中にエラーが発生した場合にスローされる例外です。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

プロパティ値

ConnectionErrorEventArgs の実行中に発生したエラーを表す例外を返します。

適用対象