C# Class EpServerEngine.cs.IocpTcpClient.CallbackException

Inheritance: System.Exception
Mostra file Open project: juhgiyo/EpServerEngine.cs

Public Methods

Method Description
CallbackException ( ) : System

Default constructor

CallbackException ( String message ) : System

Default constructor

Method Details

CallbackException() public method

Default constructor
public CallbackException ( ) : System
return System

CallbackException() public method

Default constructor
public CallbackException ( String message ) : System
message String message for exception
return System