C# Class ArtemisComm.PacketProcessingException

Inheritance: System.Exception
显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp

Public Methods

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

Protected Methods

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

Method Details

PacketProcessingException() public method

public PacketProcessingException ( ) : System
return System

PacketProcessingException() public method

public PacketProcessingException ( Exception innerException ) : System
innerException System.Exception
return System

PacketProcessingException() protected method

protected PacketProcessingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PacketProcessingException() public method

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

PacketProcessingException() public method

public PacketProcessingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System