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

Exception thrown as part of the authentication
Inheritance: System.Exception
Mostra file Open project: SleeplessByte/lidgren-srp6a

Public Methods

Method Description
HandShakeException ( String message ) : System

Creates new Handshake Exception

HandShakeException ( String message, Exception innerException ) : System

Creates new Handshake Exception

Method Details

HandShakeException() public method

Creates new Handshake Exception
public HandShakeException ( String message ) : System
message String
return System

HandShakeException() public method

Creates new Handshake Exception
public HandShakeException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System