C# 클래스 Pdelvo.Minecraft.Network.BerDecodeException

상속: System.Exception, ISerializable
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft

공개 메소드들

메소드 설명
BerDecodeException ( ) : System
BerDecodeException ( String message ) : System
BerDecodeException ( String message, Exception ex ) : System
BerDecodeException ( String message, int position ) : System
BerDecodeException ( String message, int position, Exception ex ) : System

비공개 메소드들

메소드 설명
BerDecodeException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

BerDecodeException() 공개 메소드

public BerDecodeException ( ) : System
리턴 System

BerDecodeException() 공개 메소드

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

BerDecodeException() 공개 메소드

public BerDecodeException ( String message, Exception ex ) : System
message String
ex System.Exception
리턴 System

BerDecodeException() 공개 메소드

public BerDecodeException ( String message, int position ) : System
message String
position int
리턴 System

BerDecodeException() 공개 메소드

public BerDecodeException ( String message, int position, Exception ex ) : System
message String
position int
ex System.Exception
리턴 System