C# Class EpServerEngine.cs.IocpTcpClient.CallbackException

Inheritance: System.Exception
Afficher le fichier Open project: juhgiyo/EpServerEngine.cs

Méthodes publiques

Méthode Description
CallbackException ( ) : System

Default constructor

CallbackException ( String message ) : System

Default constructor

Method Details

CallbackException() public méthode

Default constructor
public CallbackException ( ) : System
Résultat System

CallbackException() public méthode

Default constructor
public CallbackException ( String message ) : System
message String message for exception
Résultat System