JoeScan.JCamNet Namespace

ScannerOperationException Constructor (String, Exception)

Construct a ScannerOperationException

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

Syntax


public ScannerOperationException(
	string message,
	Exception innerException
)

Parameters

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