Click or drag to resize
ImagingException Constructor (String, Exception)

» Asprise Scan Home · Developer's Guide

Initializes a new instance of the ImagingException class

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ImagingException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also