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

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

Méthodes publiques

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

Method Details

HandshakeException() public méthode

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

HandshakeException() public méthode

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