WebSocketException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy wystąpienie klasy WebSocketException.
Przeciążenia
WebSocketException()
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy WebSocketException.
public:
WebSocketException();
public WebSocketException ();
Public Sub New ()
Dotyczy
WebSocketException(WebSocketError, Int32, String, Exception)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
- nativeError
- Int32
Kod błędu natywnego dla wyjątku.
- message
- String
Opis błędu.
- innerException
- Exception
Wskazuje poprzedni wyjątek, który doprowadził do bieżącego wyjątku.
Dotyczy
WebSocketException(WebSocketError, String, Exception)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
- message
- String
Opis błędu.
- innerException
- Exception
Wskazuje poprzedni wyjątek, który doprowadził do bieżącego wyjątku.
Dotyczy
WebSocketException(WebSocketError, Int32, String)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
- nativeError
- Int32
Kod błędu natywnego dla wyjątku.
- message
- String
Opis błędu.
Dotyczy
WebSocketException(WebSocketError, Int32, Exception)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
- nativeError
- Int32
Kod błędu natywnego dla wyjątku.
- innerException
- Exception
Wskazuje poprzedni wyjątek, który doprowadził do bieżącego wyjątku.
Dotyczy
WebSocketException(String, Exception)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- message
- String
Opis błędu.
- innerException
- Exception
Wskazuje poprzedni wyjątek, który doprowadził do bieżącego wyjątku.
Dotyczy
WebSocketException(WebSocketError, Int32)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
- nativeError
- Int32
Kod błędu natywnego dla wyjątku.
Dotyczy
WebSocketException(WebSocketError, String)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
- message
- String
Opis błędu.
Dotyczy
WebSocketException(Int32, String)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- nativeError
- Int32
Kod błędu natywnego dla wyjątku.
- message
- String
Opis błędu.
Dotyczy
WebSocketException(Int32, Exception)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- nativeError
- Int32
Kod błędu natywnego dla wyjątku.
- innerException
- Exception
Wskazuje poprzedni wyjątek, który doprowadził do bieżącego wyjątku.
Dotyczy
WebSocketException(String)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- message
- String
Opis błędu.
Dotyczy
WebSocketException(WebSocketError)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
Dotyczy
WebSocketException(Int32)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- nativeError
- Int32
Kod błędu natywnego dla wyjątku.
Dotyczy
WebSocketException(WebSocketError, Exception)
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
- Źródło:
- WebSocketException.cs
Tworzy wystąpienie klasy 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)
Parametry
- error
- WebSocketError
Błąd z wyliczenia WebSocketError.
- innerException
- Exception
Wskazuje poprzedni wyjątek, który doprowadził do bieżącego wyjątku.