UnexpectedPacketTypeException Constructor (String, Exception)NetworkComms.Net Help
Create a new instance of UnexpectedPacketTypeException

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public UnexpectedPacketTypeException(
	string msg,
	Exception innerException
)

Parameters

msg
Type: OnlineSystem String
A string containing useful information regarding the error
innerException
Type: OnlineSystem Exception
An associated inner exception
See Also