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

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

Public Methods

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

Method Details

ConnectionException() public method

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

ConnectionException() public method

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