WebSocketException Konstruktoren

Definition

Erstellt eine Instanz der WebSocketException-Klasse.

Überlädt

WebSocketException()

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError, Int32, String, Exception)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError, String, Exception)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError, Int32, String)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError, Int32, Exception)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(String, Exception)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError, Int32)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError, String)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(Int32, String)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(Int32, Exception)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(String)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(Int32)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException(WebSocketError, Exception)

Erstellt eine Instanz der WebSocketException-Klasse.

WebSocketException()

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

public:
 WebSocketException();
public WebSocketException ();
Public Sub New ()

Gilt für:

WebSocketException(WebSocketError, Int32, String, Exception)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

nativeError
Int32

Der systemeigene Fehlercode für die Ausnahme.Der systemeigene Fehlercode für die Ausnahme.

message
String

Die Beschreibung des Fehlers.

innerException
Exception

Gibt die vorherige Ausnahme an, die zur aktuellen Ausnahme geführt hat.

Gilt für:

WebSocketException(WebSocketError, String, Exception)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

message
String

Die Beschreibung des Fehlers.

innerException
Exception

Gibt die vorherige Ausnahme an, die zur aktuellen Ausnahme geführt hat.

Gilt für:

WebSocketException(WebSocketError, Int32, String)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

nativeError
Int32

Der systemeigene Fehlercode für die Ausnahme.Der systemeigene Fehlercode für die Ausnahme.

message
String

Die Beschreibung des Fehlers.

Gilt für:

WebSocketException(WebSocketError, Int32, Exception)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

nativeError
Int32

Der systemeigene Fehlercode für die Ausnahme.Der systemeigene Fehlercode für die Ausnahme.

innerException
Exception

Gibt die vorherige Ausnahme an, die zur aktuellen Ausnahme geführt hat.

Gilt für:

WebSocketException(String, Exception)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

message
String

Die Beschreibung des Fehlers.

innerException
Exception

Gibt die vorherige Ausnahme an, die zur aktuellen Ausnahme geführt hat.

Gilt für:

WebSocketException(WebSocketError, Int32)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

nativeError
Int32

Der systemeigene Fehlercode für die Ausnahme.Der systemeigene Fehlercode für die Ausnahme.

Gilt für:

WebSocketException(WebSocketError, String)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

message
String

Die Beschreibung des Fehlers.

Gilt für:

WebSocketException(Int32, String)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

nativeError
Int32

Der systemeigene Fehlercode für die Ausnahme.Der systemeigene Fehlercode für die Ausnahme.

message
String

Die Beschreibung des Fehlers.

Gilt für:

WebSocketException(Int32, Exception)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

nativeError
Int32

Der systemeigene Fehlercode für die Ausnahme.Der systemeigene Fehlercode für die Ausnahme.

innerException
Exception

Gibt die vorherige Ausnahme an, die zur aktuellen Ausnahme geführt hat.

Gilt für:

WebSocketException(String)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

message
String

Die Beschreibung des Fehlers.

Gilt für:

WebSocketException(WebSocketError)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

Gilt für:

WebSocketException(Int32)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

public:
 WebSocketException(int nativeError);
public WebSocketException (int nativeError);
new System.Net.WebSockets.WebSocketException : int -> System.Net.WebSockets.WebSocketException
Public Sub New (nativeError As Integer)

Parameter

nativeError
Int32

Der systemeigene Fehlercode für die Ausnahme.Der systemeigene Fehlercode für die Ausnahme.

Gilt für:

WebSocketException(WebSocketError, Exception)

Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs
Quelle:
WebSocketException.cs

Erstellt eine Instanz der WebSocketException-Klasse.

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)

Parameter

error
WebSocketError

Der Fehler aus der „WebSocketError“-Enumeration.

innerException
Exception

Gibt die vorherige Ausnahme an, die zur aktuellen Ausnahme geführt hat.

Gilt für: