| ImagingException Constructor (String, Exception) | 
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ImagingException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
public:
ImagingException(
	String^ message, 
	Exception^ innerException
)
new : 
        message : string * 
        innerException : Exception -> ImagingExceptionParameters
- message
 - Type: SystemString
 - innerException
 - Type: SystemException
 
See Also