Method | Description | |
---|---|---|
PacketHandlerException ( ) : System |
Create a new instance of PacketHandlerException
|
|
PacketHandlerException ( string msg ) : System |
Create a new instance of PacketHandlerException
|
|
PacketHandlerException ( string msg, |
Create a new instance of PacketHandlerException
|
Method | Description | |
---|---|---|
PacketHandlerException ( |
Constructor required by the runtime and by .NET programming conventions
|
protected PacketHandlerException ( |
||
info | ||
context | ||
return | System |
public PacketHandlerException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
return | System |
public PacketHandlerException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
return | System |