WebSocketException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WebSocketException クラスのインスタンスを作成します。
オーバーロード
WebSocketException()
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException();
public WebSocketException ();
Public Sub New ()
適用対象
WebSocketException(WebSocketError, Int32, String, Exception)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error, int nativeError, System::String ^ message, Exception ^ innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, string? message, Exception? innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, string message, Exception innerException);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError * int * string * Exception -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError, nativeError As Integer, message As String, innerException As Exception)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
- nativeError
- Int32
例外のネイティブ エラー コード。
- message
- String
エラーの説明。
- innerException
- Exception
現在の例外の原因となった以前の例外を示します。
適用対象
WebSocketException(WebSocketError, String, Exception)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error, System::String ^ message, Exception ^ innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, string? message, Exception? innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, string message, Exception innerException);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError * string * Exception -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError, message As String, innerException As Exception)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
- message
- String
エラーの説明。
- innerException
- Exception
現在の例外の原因となった以前の例外を示します。
適用対象
WebSocketException(WebSocketError, Int32, String)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error, int nativeError, System::String ^ message);
public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, string? message);
public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, string message);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError * int * string -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError, nativeError As Integer, message As String)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
- nativeError
- Int32
例外のネイティブ エラー コード。
- message
- String
エラーの説明。
適用対象
WebSocketException(WebSocketError, Int32, Exception)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error, int nativeError, Exception ^ innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, Exception? innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError, Exception innerException);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError * int * Exception -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError, nativeError As Integer, innerException As Exception)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
- nativeError
- Int32
例外のネイティブ エラー コード。
- innerException
- Exception
現在の例外の原因となった以前の例外を示します。
適用対象
WebSocketException(String, Exception)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::String ^ message, Exception ^ innerException);
public WebSocketException (string? message, Exception? innerException);
public WebSocketException (string message, Exception innerException);
new System.Net.WebSockets.WebSocketException : string * Exception -> System.Net.WebSockets.WebSocketException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
エラーの説明。
- innerException
- Exception
現在の例外の原因となった以前の例外を示します。
適用対象
WebSocketException(WebSocketError, Int32)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error, int nativeError);
public WebSocketException (System.Net.WebSockets.WebSocketError error, int nativeError);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError * int -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError, nativeError As Integer)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
- nativeError
- Int32
例外のネイティブ エラー コード。
適用対象
WebSocketException(WebSocketError, String)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error, System::String ^ message);
public WebSocketException (System.Net.WebSockets.WebSocketError error, string? message);
public WebSocketException (System.Net.WebSockets.WebSocketError error, string message);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError * string -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError, message As String)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
- message
- String
エラーの説明。
適用対象
WebSocketException(Int32, String)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(int nativeError, System::String ^ message);
public WebSocketException (int nativeError, string? message);
public WebSocketException (int nativeError, string message);
new System.Net.WebSockets.WebSocketException : int * string -> System.Net.WebSockets.WebSocketException
Public Sub New (nativeError As Integer, message As String)
パラメーター
- nativeError
- Int32
例外のネイティブ エラー コード。
- message
- String
エラーの説明。
適用対象
WebSocketException(Int32, Exception)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(int nativeError, Exception ^ innerException);
public WebSocketException (int nativeError, Exception? innerException);
public WebSocketException (int nativeError, Exception innerException);
new System.Net.WebSockets.WebSocketException : int * Exception -> System.Net.WebSockets.WebSocketException
Public Sub New (nativeError As Integer, innerException As Exception)
パラメーター
- nativeError
- Int32
例外のネイティブ エラー コード。
- innerException
- Exception
現在の例外の原因となった以前の例外を示します。
適用対象
WebSocketException(String)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::String ^ message);
public WebSocketException (string? message);
public WebSocketException (string message);
new System.Net.WebSockets.WebSocketException : string -> System.Net.WebSockets.WebSocketException
Public Sub New (message As String)
パラメーター
- message
- String
エラーの説明。
適用対象
WebSocketException(WebSocketError)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error);
public WebSocketException (System.Net.WebSockets.WebSocketError error);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
適用対象
WebSocketException(Int32)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(int nativeError);
public WebSocketException (int nativeError);
new System.Net.WebSockets.WebSocketException : int -> System.Net.WebSockets.WebSocketException
Public Sub New (nativeError As Integer)
パラメーター
- nativeError
- Int32
例外のネイティブ エラー コード。
適用対象
WebSocketException(WebSocketError, Exception)
WebSocketException クラスのインスタンスを作成します。
public:
WebSocketException(System::Net::WebSockets::WebSocketError error, Exception ^ innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, Exception? innerException);
public WebSocketException (System.Net.WebSockets.WebSocketError error, Exception innerException);
new System.Net.WebSockets.WebSocketException : System.Net.WebSockets.WebSocketError * Exception -> System.Net.WebSockets.WebSocketException
Public Sub New (error As WebSocketError, innerException As Exception)
パラメーター
- error
- WebSocketError
WebSocketError 列挙体からエラー。
- innerException
- Exception
現在の例外の原因となった以前の例外を示します。
適用対象
.NET