ConnectionErrorEventArgs クラス

定義

接続中にエラーが発生した場合に発生します。

public ref class ConnectionErrorEventArgs : EventArgs
public class ConnectionErrorEventArgs : EventArgs
type ConnectionErrorEventArgs = class
    inherit EventArgs
Public Class ConnectionErrorEventArgs
Inherits EventArgs
継承
ConnectionErrorEventArgs

コンストラクター

ConnectionErrorEventArgs(Exception)

指定された例外パラメーターを使用して、ConnectionErrorEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Exception

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

適用対象