C# Class Ninja.WebSockets.Exceptions.WebSocketBufferOverflowException

Inheritance: Exception
Mostrar archivo Open project: FellowshipOfTheGame/Heroes_Of_Castella

Public Methods

Method Description
WebSocketBufferOverflowException ( ) : System
WebSocketBufferOverflowException ( string message ) : System
WebSocketBufferOverflowException ( string message, Exception inner ) : System

Method Details

WebSocketBufferOverflowException() public method

public WebSocketBufferOverflowException ( ) : System
return System

WebSocketBufferOverflowException() public method

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

WebSocketBufferOverflowException() public method

public WebSocketBufferOverflowException ( string message, Exception inner ) : System
message string
inner Exception
return System