Method | Description | |
---|---|---|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
GetObjectData ( System info, System context ) : void | ||
WebSocketException ( ) | ||
WebSocketException ( System error ) | ||
WebSocketException ( System error, System innerException ) | ||
WebSocketException ( System error, int nativeError ) | ||
WebSocketException ( System error, int nativeError, System innerException ) | ||
WebSocketException ( System error, int nativeError, string message ) | ||
WebSocketException ( System error, int nativeError, string message, System innerException ) | ||
WebSocketException ( System error, string message ) | ||
WebSocketException ( System error, string message, System innerException ) | ||
WebSocketException ( int nativeError ) | ||
WebSocketException ( int nativeError, System innerException ) | ||
WebSocketException ( int nativeError, string message ) | ||
WebSocketException ( string message ) | ||
WebSocketException ( string message, System innerException ) |
Method | Description | |
---|---|---|
GetErrorMessage ( WebSocketError error ) : string | ||
SetErrorCodeOnError ( int nativeError ) : void | ||
Succeeded ( int hr ) : bool | ||
WebSocketException ( ) : System.ComponentModel | ||
WebSocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error, Exception innerException ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error, int nativeError ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error, int nativeError, Exception innerException ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error, int nativeError, string message ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error, int nativeError, string message, Exception innerException ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error, string message ) : System.ComponentModel | ||
WebSocketException ( WebSocketError error, string message, Exception innerException ) : System.ComponentModel | ||
WebSocketException ( int nativeError ) : System.ComponentModel | ||
WebSocketException ( int nativeError, Exception innerException ) : System.ComponentModel | ||
WebSocketException ( int nativeError, string message ) : System.ComponentModel | ||
WebSocketException ( string message ) : System.ComponentModel | ||
WebSocketException ( string message, Exception innerException ) : System.ComponentModel |
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
return | void |
public GetObjectData ( System info, System context ) : void | ||
info | System | |
context | System | |
return | void |
public WebSocketException ( System error, System innerException ) | ||
error | System | |
innerException | System |
public WebSocketException ( System error, int nativeError ) | ||
error | System | |
nativeError | int |
public WebSocketException ( System error, int nativeError, System innerException ) | ||
error | System | |
nativeError | int | |
innerException | System |
public WebSocketException ( System error, int nativeError, string message ) | ||
error | System | |
nativeError | int | |
message | string |
public WebSocketException ( System error, int nativeError, string message, System innerException ) | ||
error | System | |
nativeError | int | |
message | string | |
innerException | System |
public WebSocketException ( System error, string message ) | ||
error | System | |
message | string |
public WebSocketException ( System error, string message, System innerException ) | ||
error | System | |
message | string | |
innerException | System |
public WebSocketException ( int nativeError, System innerException ) | ||
nativeError | int | |
innerException | System |
public WebSocketException ( int nativeError, string message ) | ||
nativeError | int | |
message | string |
public WebSocketException ( string message, System innerException ) | ||
message | string | |
innerException | System |