WebSocketException Constructeurs

Définition

Crée une instance de la classe WebSocketException.

Surcharges

WebSocketException()

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError, Int32, String, Exception)

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError, String, Exception)

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError, Int32, String)

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError, Int32, Exception)

Crée une instance de la classe WebSocketException.

WebSocketException(String, Exception)

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError, Int32)

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError, String)

Crée une instance de la classe WebSocketException.

WebSocketException(Int32, String)

Crée une instance de la classe WebSocketException.

WebSocketException(Int32, Exception)

Crée une instance de la classe WebSocketException.

WebSocketException(String)

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError)

Crée une instance de la classe WebSocketException.

WebSocketException(Int32)

Crée une instance de la classe WebSocketException.

WebSocketException(WebSocketError, Exception)

Crée une instance de la classe WebSocketException.

WebSocketException()

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe WebSocketException.

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

S’applique à

WebSocketException(WebSocketError, Int32, String, Exception)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

nativeError
Int32

Code d’erreur natif pour l’exception.

message
String

Description de l'erreur.

innerException
Exception

Indique l’exception précédente qui a provoqué l’exception actuelle.

S’applique à

WebSocketException(WebSocketError, String, Exception)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

message
String

Description de l'erreur.

innerException
Exception

Indique l’exception précédente qui a provoqué l’exception actuelle.

S’applique à

WebSocketException(WebSocketError, Int32, String)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

nativeError
Int32

Code d’erreur natif pour l’exception.

message
String

Description de l'erreur.

S’applique à

WebSocketException(WebSocketError, Int32, Exception)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

nativeError
Int32

Code d’erreur natif pour l’exception.

innerException
Exception

Indique l’exception précédente qui a provoqué l’exception actuelle.

S’applique à

WebSocketException(String, Exception)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

message
String

Description de l'erreur.

innerException
Exception

Indique l’exception précédente qui a provoqué l’exception actuelle.

S’applique à

WebSocketException(WebSocketError, Int32)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

nativeError
Int32

Code d’erreur natif pour l’exception.

S’applique à

WebSocketException(WebSocketError, String)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

message
String

Description de l'erreur.

S’applique à

WebSocketException(Int32, String)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

nativeError
Int32

Code d’erreur natif pour l’exception.

message
String

Description de l'erreur.

S’applique à

WebSocketException(Int32, Exception)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

nativeError
Int32

Code d’erreur natif pour l’exception.

innerException
Exception

Indique l’exception précédente qui a provoqué l’exception actuelle.

S’applique à

WebSocketException(String)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

message
String

Description de l'erreur.

S’applique à

WebSocketException(WebSocketError)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

S’applique à

WebSocketException(Int32)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

nativeError
Int32

Code d’erreur natif pour l’exception.

S’applique à

WebSocketException(WebSocketError, Exception)

Source:
WebSocketException.cs
Source:
WebSocketException.cs
Source:
WebSocketException.cs

Crée une instance de la classe 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)

Paramètres

error
WebSocketError

Erreur de l’énumération WebSocketError.

innerException
Exception

Indique l’exception précédente qui a provoqué l’exception actuelle.

S’applique à