C# Class NetworkCommsDotNet.UnexpectedPacketTypeException

Inheritance: CommsException
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Méthodes publiques

Méthode Description
UnexpectedPacketTypeException ( ) : System

Create a new instance of UnexpectedPacketTypeException

UnexpectedPacketTypeException ( string msg ) : System

Create a new instance of UnexpectedPacketTypeException

UnexpectedPacketTypeException ( string msg, Exception innerException ) : System

Create a new instance of UnexpectedPacketTypeException

Méthodes protégées

Méthode Description
UnexpectedPacketTypeException ( SerializationInfo info, StreamingContext context ) : System

Constructor required by the runtime and by .NET programming conventions

Method Details

UnexpectedPacketTypeException() public méthode

Create a new instance of UnexpectedPacketTypeException
public UnexpectedPacketTypeException ( ) : System
Résultat System

UnexpectedPacketTypeException() protected méthode

Constructor required by the runtime and by .NET programming conventions
protected UnexpectedPacketTypeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

UnexpectedPacketTypeException() public méthode

Create a new instance of UnexpectedPacketTypeException
public UnexpectedPacketTypeException ( string msg ) : System
msg string A string containing useful information regarding the error
Résultat System

UnexpectedPacketTypeException() public méthode

Create a new instance of UnexpectedPacketTypeException
public UnexpectedPacketTypeException ( string msg, Exception innerException ) : System
msg string A string containing useful information regarding the error
innerException System.Exception An associated inner exception
Résultat System