public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception?innerException)
 {
 }
 public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError)
 {
 }
Beispiel #3
0
 public WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException)
 {
 }
Beispiel #4
0
 public WebSocketException(System.Net.WebSockets.WebSocketError error, string message)
 {
 }
Beispiel #5
0
 public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException)
 {
 }
Beispiel #6
0
 public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string?message)
 {
 }