C# Class OpenStory.Common.IO.PacketReadingException

Inheritance: System.Exception
Afficher le fichier Open project: shoftee/OpenStory Class Usage Examples

Méthodes publiques

Méthode Description
EndOfStream ( ) : PacketReadingException

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

Private Methods

Méthode 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 méthode

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