WebSocketException Construtores

Definição

Cria uma instância de WebSocketException classe.

Sobrecargas

WebSocketException()

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError, Int32, String, Exception)

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError, String, Exception)

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError, Int32, String)

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError, Int32, Exception)

Cria uma instância de WebSocketException classe.

WebSocketException(String, Exception)

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError, Int32)

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError, String)

Cria uma instância de WebSocketException classe.

WebSocketException(Int32, String)

Cria uma instância de WebSocketException classe.

WebSocketException(Int32, Exception)

Cria uma instância de WebSocketException classe.

WebSocketException(String)

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError)

Cria uma instância de WebSocketException classe.

WebSocketException(Int32)

Cria uma instância de WebSocketException classe.

WebSocketException(WebSocketError, Exception)

Cria uma instância de WebSocketException classe.

WebSocketException()

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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

Aplica-se a

WebSocketException(WebSocketError, Int32, String, Exception)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

nativeError
Int32

O código de erro nativo para a exceção.

message
String

A descrição do erro.

innerException
Exception

Indica a exceção anterior que levou à exceção atual.

Aplica-se a

WebSocketException(WebSocketError, String, Exception)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

message
String

A descrição do erro.

innerException
Exception

Indica a exceção anterior que levou à exceção atual.

Aplica-se a

WebSocketException(WebSocketError, Int32, String)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

nativeError
Int32

O código de erro nativo para a exceção.

message
String

A descrição do erro.

Aplica-se a

WebSocketException(WebSocketError, Int32, Exception)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

nativeError
Int32

O código de erro nativo para a exceção.

innerException
Exception

Indica a exceção anterior que levou à exceção atual.

Aplica-se a

WebSocketException(String, Exception)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

message
String

A descrição do erro.

innerException
Exception

Indica a exceção anterior que levou à exceção atual.

Aplica-se a

WebSocketException(WebSocketError, Int32)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

nativeError
Int32

O código de erro nativo para a exceção.

Aplica-se a

WebSocketException(WebSocketError, String)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

message
String

A descrição do erro.

Aplica-se a

WebSocketException(Int32, String)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

nativeError
Int32

O código de erro nativo para a exceção.

message
String

A descrição do erro.

Aplica-se a

WebSocketException(Int32, Exception)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

nativeError
Int32

O código de erro nativo para a exceção.

innerException
Exception

Indica a exceção anterior que levou à exceção atual.

Aplica-se a

WebSocketException(String)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

message
String

A descrição do erro.

Aplica-se a

WebSocketException(WebSocketError)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

Aplica-se a

WebSocketException(Int32)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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

Parâmetros

nativeError
Int32

O código de erro nativo para a exceção.

Aplica-se a

WebSocketException(WebSocketError, Exception)

Origem:
WebSocketException.cs
Origem:
WebSocketException.cs
Origem:
WebSocketException.cs

Cria uma instância de WebSocketException classe.

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)

Parâmetros

error
WebSocketError

O erro da enumeração WebSocketError.

innerException
Exception

Indica a exceção anterior que levou à exceção atual.

Aplica-se a