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

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

공개 메소드들

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

메소드 상세

UnknownPacketException() 공개 메소드

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

UnknownPacketException() 공개 메소드

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