Click or drag to resize

InvalidPacketException Constructor (String, Exception)

Initializes a new instance of the InvalidPacketException class with a specified error message and a reference to the inner InvalidPacketException that is the cause of this InvalidPacketException.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public InvalidPacketException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The error message that explains the reason for the InvalidPacketException.
inner
Type: SystemException
The InvalidPacketException that is the cause of the current InvalidPacketException, or a null reference (Nothing in Visual Basic) if no inner InvalidPacketException is specified.
See Also