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

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

Public Methods

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

Method Details

HandshakeException() public method

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

HandshakeException() public method

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