JoeScan.JCamNet Namespace

ScannerCommunicationException Constructor (String, Exception)

Construct a ScannerCommunicationException

Namespace:  JoeScan.JCamNet
Assembly:  JoeScan.JCamNet (in JoeScan.JCamNet.dll)

Syntax


public ScannerCommunicationException(
	string message,
	Exception innerException
)

Parameters

message
Type: String
The message.
innerException
Type: Exception
An inner exception which in turn caused this exception.