C# Class Pdelvo.Minecraft.Network.BerDecodeException

Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft

Méthodes publiques

Méthode 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

Méthode Description
BerDecodeException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

BerDecodeException() public méthode

public BerDecodeException ( ) : System
Résultat System

BerDecodeException() public méthode

public BerDecodeException ( String message ) : System
message String
Résultat System

BerDecodeException() public méthode

public BerDecodeException ( String message, Exception ex ) : System
message String
ex System.Exception
Résultat System

BerDecodeException() public méthode

public BerDecodeException ( String message, int position ) : System
message String
position int
Résultat System

BerDecodeException() public méthode

public BerDecodeException ( String message, int position, Exception ex ) : System
message String
position int
ex System.Exception
Résultat System