C# Class CraftBotLib.Networking.ASN1.BerDecodeException

Inheritance: System.Exception, ISerializable
显示文件 Open project: ags131/SharpMinecraftLibrary

Public Methods

Method Description
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

Private Methods

Method Description
BerDecodeException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

BerDecodeException() public method

public BerDecodeException ( ) : System
return System

BerDecodeException() public method

public BerDecodeException ( String message ) : System
message String
return System

BerDecodeException() public method

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

BerDecodeException() public method

public BerDecodeException ( String message, int position ) : System
message String
position int
return System

BerDecodeException() public method

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