C# Class DotNetty.Codecs.Http.WebSockets.WebSocketHandshakeException

Inheritance: Exception
显示文件 Open project: cdy816/mars

Public Methods

Method Description
WebSocketHandshakeException ( Exception innerException ) : System
WebSocketHandshakeException ( string message ) : System
WebSocketHandshakeException ( string message, Exception innereException ) : System

Method Details

WebSocketHandshakeException() public method

public WebSocketHandshakeException ( Exception innerException ) : System
innerException Exception
return System

WebSocketHandshakeException() public method

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

WebSocketHandshakeException() public method

public WebSocketHandshakeException ( string message, Exception innereException ) : System
message string
innereException Exception
return System