C# 클래스 Gwupe.Communication.P2P.Exceptions.HandshakeException

상속: System.Exception
파일 보기 프로젝트 열기: gwupe/Gwupe

공개 메소드들

메소드 설명
HandshakeException ( String message ) : System
HandshakeException ( String message, Exception e ) : System

메소드 상세

HandshakeException() 공개 메소드

public HandshakeException ( String message ) : System
message String
리턴 System

HandshakeException() 공개 메소드

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