C# Class D2NG.D2GS.D2GSPacketException

Inheritance: Exception
显示文件 Open project: dkuwahara/D2NG

Public Methods

Method Description
D2GSPacketException ( ) : System
D2GSPacketException ( string message ) : System
D2GSPacketException ( string message, Exception innerException ) : System

Protected Methods

Method Description
D2GSPacketException ( SerializationInfo info, StreamingContext context ) : System

Method Details

D2GSPacketException() public method

public D2GSPacketException ( ) : System
return System

D2GSPacketException() protected method

protected D2GSPacketException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

D2GSPacketException() public method

public D2GSPacketException ( string message ) : System
message string
return System

D2GSPacketException() public method

public D2GSPacketException ( string message, Exception innerException ) : System
message string
innerException Exception
return System