C# Class WebSocketClientException, Sora

WebSocket客户端错误
Inheritance: Exception
ファイルを表示 Open project: DeepOceanSoft/Sora

Public Methods

Method Description
WebSocketClientException ( ) : System,

初始化

WebSocketClientException ( string message ) : System,

初始化

WebSocketClientException ( string message, Exception, innerException ) : System,

初始化

Method Details

WebSocketClientException() public method

初始化
public WebSocketClientException ( ) : System,
return System,

WebSocketClientException() public method

初始化
public WebSocketClientException ( string message ) : System,
message string
return System,

WebSocketClientException() public method

初始化
public WebSocketClientException ( string message, Exception, innerException ) : System,
message string
innerException Exception,
return System,