Mercury API
MalformedPacket Constructor (message, innerException)
NamespacesOrg.LLRP.LTK.LLRPV1MalformedPacketMalformedPacket(String, Exception)
Initializes a new instance of the MalformedPacket class
Declaration Syntax
C#Visual BasicVisual C++
public MalformedPacket(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
MalformedPacket(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)

[Missing <param name="message"/> documentation for "M:Org.LLRP.LTK.LLRPV1.MalformedPacket.#ctor(System.String,System.Exception)"]

innerException (Exception)

[Missing <param name="innerException"/> documentation for "M:Org.LLRP.LTK.LLRPV1.MalformedPacket.#ctor(System.String,System.Exception)"]

Assembly: LLRP (Module: LLRP) Version: 1.0.0.6 (1.0.0.6)