C# 클래스 Lidgren.Network.Authentication.NetSRP.HandShakeException

Exception thrown as part of the authentication
상속: System.Exception
파일 보기 프로젝트 열기: SleeplessByte/lidgren-srp6a

공개 메소드들

메소드 설명
HandShakeException ( String message ) : System

Creates new Handshake Exception

HandShakeException ( String message, Exception innerException ) : System

Creates new Handshake Exception

메소드 상세

HandShakeException() 공개 메소드

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

HandShakeException() 공개 메소드

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