C# Class Lidgren.Network.Authentication.NetSRP.HandShakeException

Exception thrown as part of the authentication
Inheritance: System.Exception
Afficher le fichier Open project: SleeplessByte/lidgren-srp6a

Méthodes publiques

Méthode Description
HandShakeException ( String message ) : System

Creates new Handshake Exception

HandShakeException ( String message, Exception innerException ) : System

Creates new Handshake Exception

Method Details

HandShakeException() public méthode

Creates new Handshake Exception
public HandShakeException ( String message ) : System
message String
Résultat System

HandShakeException() public méthode

Creates new Handshake Exception
public HandShakeException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System