C# Class Ninja.WebSockets.Exceptions.WebSocketBufferOverflowException

Inheritance: Exception
Afficher le fichier Open project: FellowshipOfTheGame/Heroes_Of_Castella

Méthodes publiques

Méthode Description
WebSocketBufferOverflowException ( ) : System
WebSocketBufferOverflowException ( string message ) : System
WebSocketBufferOverflowException ( string message, Exception inner ) : System

Method Details

WebSocketBufferOverflowException() public méthode

public WebSocketBufferOverflowException ( ) : System
Résultat System

WebSocketBufferOverflowException() public méthode

public WebSocketBufferOverflowException ( string message ) : System
message string
Résultat System

WebSocketBufferOverflowException() public méthode

public WebSocketBufferOverflowException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System