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

Inheritance: System.Exception
Datei anzeigen Open project: gwupe/Gwupe

Public Methods

Method Description
UnknownPacketException ( String message ) : System
UnknownPacketException ( String message, Exception e ) : System

Method Details

UnknownPacketException() public method

public UnknownPacketException ( String message ) : System
message String
return System

UnknownPacketException() public method

public UnknownPacketException ( String message, Exception e ) : System
message String
e System.Exception
return System