| ImagingException Constructor (String) | 
 
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
)
Public Sub New ( 
	message As String
)
public:
ImagingException(
	String^ message
)
new : 
        message : string -> ImagingExceptionParameters
- message
 - Type: SystemString
 
See Also