Click or drag to resize

ImageProcessException Constructor (String, AtalaImage)

Creates a new instance of ImageProcessException specifying the exception message and AtalaImage.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageProcessException(
	string message,
	AtalaImage image
)

Parameters

message
Type: SystemString
The exception message.
image
Type: Atalasoft.ImagingAtalaImage
The AtalaImage causing this exception.
See Also