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