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

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

Public Methods

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

Method Details

P2PConnectionException() public method

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

P2PConnectionException() public method

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