TiffImageException Constructor (String, TiffOptionsError)

Initializes a new instance of the TiffImageException class.

Namespace:  Aspose.CAD.CadExceptions.ImageFormats
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public TiffImageException(
	string message,
	TiffOptionsError error
)

Parameters

message
Type: SystemString
The message.
error
Type: Aspose.CAD.ImageOptionsTiffOptionsError
The error.
See Also