Mercury API
ReaderCommException Constructor (message, readerMessage)
NamespacesThingMagicReaderCommExceptionReaderCommException(String, array<Byte>[]()[])
Create ReaderCommException
Declaration Syntax
C#Visual BasicVisual C++
public ReaderCommException(
	string message,
	byte[] readerMessage
)
Public Sub New ( _
	message As String, _
	readerMessage As Byte() _
)
public:
ReaderCommException(
	String^ message, 
	array<unsigned char>^ readerMessage
)
Parameters
message (String)
Human-readable description of error
readerMessage (array< Byte >[]()[])
Copy of raw message that triggered the error

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)