Click or drag to resize

ImageWriteException Constructor (String, Int32)

Creates a new instance of ImageWriteException specifying the exception message and HResult.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageWriteException(
	string message,
	int hresult
)

Parameters

message
Type: SystemString
The exception message.
hresult
Type: SystemInt32
Exception HResult.
See Also