C# Class OpenStory.Server.IllegalPacketException

Inheritance: System.Exception
Exibir arquivo Open project: shoftee/OpenStory

Public Methods

Method Description
IllegalPacketException ( ) : System

Initializes a new instance of the IllegalPacketException class.

IllegalPacketException ( string message ) : System

Initializes a new instance of the IllegalPacketException class.

IllegalPacketException ( string message, Exception inner ) : System

Initializes a new instance of the IllegalPacketException class.

Protected Methods

Method Description
IllegalPacketException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the IllegalPacketException class.

Method Details

IllegalPacketException() public method

Initializes a new instance of the IllegalPacketException class.
public IllegalPacketException ( ) : System
return System

IllegalPacketException() protected method

Initializes a new instance of the IllegalPacketException class.
protected IllegalPacketException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

IllegalPacketException() public method

Initializes a new instance of the IllegalPacketException class.
public IllegalPacketException ( string message ) : System
message string
return System

IllegalPacketException() public method

Initializes a new instance of the IllegalPacketException class.
public IllegalPacketException ( string message, Exception inner ) : System
message string
inner System.Exception
return System