C# Class D2NG.D2GS.D2GSPacketException

Inheritance: Exception
Afficher le fichier Open project: dkuwahara/D2NG

Méthodes publiques

Méthode Description
D2GSPacketException ( ) : System
D2GSPacketException ( string message ) : System
D2GSPacketException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
D2GSPacketException ( SerializationInfo info, StreamingContext context ) : System

Method Details

D2GSPacketException() public méthode

public D2GSPacketException ( ) : System
Résultat System

D2GSPacketException() protected méthode

protected D2GSPacketException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

D2GSPacketException() public méthode

public D2GSPacketException ( string message ) : System
message string
Résultat System

D2GSPacketException() public méthode

public D2GSPacketException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System