C# Class m.Http.Backend.WebSocketException

Inheritance: System.Exception
Exibir arquivo Open project: joongonn/mHttp

Public Methods

Method Description
WebSocketException ( string message ) : System
WebSocketException ( string message, Exception innerException ) : System

Method Details

WebSocketException() public method

public WebSocketException ( string message ) : System
message string
return System

WebSocketException() public method

public WebSocketException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System