C# Class Gwupe.Communication.P2P.Exceptions.UnknownPacketException

Inheritance: System.Exception
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Méthode Description
UnknownPacketException ( String message ) : System
UnknownPacketException ( String message, Exception e ) : System

Method Details

UnknownPacketException() public méthode

public UnknownPacketException ( String message ) : System
message String
Résultat System

UnknownPacketException() public méthode

public UnknownPacketException ( String message, Exception e ) : System
message String
e System.Exception
Résultat System