Share via


WebSocketException Oluşturucular

Tanım

WebSocketException sınıfının bir örneğini oluşturur.

Aşırı Yüklemeler

WebSocketException()

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError, Int32, String, Exception)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError, String, Exception)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError, Int32, String)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError, Int32, Exception)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(String, Exception)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError, Int32)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError, String)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(Int32, String)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(Int32, Exception)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(String)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(Int32)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException(WebSocketError, Exception)

WebSocketException sınıfının bir örneğini oluşturur.

WebSocketException()

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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

Şunlara uygulanır

WebSocketException(WebSocketError, Int32, String, Exception)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

nativeError
Int32

Özel durum için yerel hata kodu.

message
String

Hatanın açıklaması.

innerException
Exception

Geçerli özel duruma yol açan önceki özel durumu gösterir.

Şunlara uygulanır

WebSocketException(WebSocketError, String, Exception)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

message
String

Hatanın açıklaması.

innerException
Exception

Geçerli özel duruma yol açan önceki özel durumu gösterir.

Şunlara uygulanır

WebSocketException(WebSocketError, Int32, String)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

nativeError
Int32

Özel durum için yerel hata kodu.

message
String

Hatanın açıklaması.

Şunlara uygulanır

WebSocketException(WebSocketError, Int32, Exception)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

nativeError
Int32

Özel durum için yerel hata kodu.

innerException
Exception

Geçerli özel duruma yol açan önceki özel durumu gösterir.

Şunlara uygulanır

WebSocketException(String, Exception)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

message
String

Hatanın açıklaması.

innerException
Exception

Geçerli özel duruma yol açan önceki özel durumu gösterir.

Şunlara uygulanır

WebSocketException(WebSocketError, Int32)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

nativeError
Int32

Özel durum için yerel hata kodu.

Şunlara uygulanır

WebSocketException(WebSocketError, String)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

message
String

Hatanın açıklaması.

Şunlara uygulanır

WebSocketException(Int32, String)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

nativeError
Int32

Özel durum için yerel hata kodu.

message
String

Hatanın açıklaması.

Şunlara uygulanır

WebSocketException(Int32, Exception)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

nativeError
Int32

Özel durum için yerel hata kodu.

innerException
Exception

Geçerli özel duruma yol açan önceki özel durumu gösterir.

Şunlara uygulanır

WebSocketException(String)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

message
String

Hatanın açıklaması.

Şunlara uygulanır

WebSocketException(WebSocketError)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

Şunlara uygulanır

WebSocketException(Int32)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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

Parametreler

nativeError
Int32

Özel durum için yerel hata kodu.

Şunlara uygulanır

WebSocketException(WebSocketError, Exception)

Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs
Kaynak:
WebSocketException.cs

WebSocketException sınıfının bir örneğini oluşturur.

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)

Parametreler

error
WebSocketError

WebSocketError numaralandırmasından gelen hata.

innerException
Exception

Geçerli özel duruma yol açan önceki özel durumu gösterir.

Şunlara uygulanır