C# Class OpenStory.Common.IO.PacketReadingException

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

Public Methods

Method Description
EndOfStream ( ) : PacketReadingException

Constructs a PacketReadingException which states that the end of the stream was reached.

Private Methods

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

Initializes a new instance of the PacketReadingException class.

PacketReadingException ( string message ) : System

Initializes a new instance of the PacketReadingException class.

Method Details

EndOfStream() public static method

Constructs a PacketReadingException which states that the end of the stream was reached.
public static EndOfStream ( ) : PacketReadingException
return PacketReadingException