C# Class NetworkCommsDotNet.PacketHandlerException

Inheritance: CommsException
ファイルを表示 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
PacketHandlerException ( ) : System

Create a new instance of PacketHandlerException

PacketHandlerException ( string msg ) : System

Create a new instance of PacketHandlerException

PacketHandlerException ( string msg, Exception innerException ) : System

Create a new instance of PacketHandlerException

Protected Methods

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

Constructor required by the runtime and by .NET programming conventions

Method Details

PacketHandlerException() public method

Create a new instance of PacketHandlerException
public PacketHandlerException ( ) : System
return System

PacketHandlerException() protected method

Constructor required by the runtime and by .NET programming conventions
protected PacketHandlerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PacketHandlerException() public method

Create a new instance of PacketHandlerException
public PacketHandlerException ( string msg ) : System
msg string A string containing useful information regarding the error
return System

PacketHandlerException() public method

Create a new instance of PacketHandlerException
public PacketHandlerException ( string msg, Exception innerException ) : System
msg string A string containing useful information regarding the error
innerException System.Exception An associated inner exception
return System