TiffImageException constructor

init

Initializes a new instance of the TiffImageException class.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrThe exception message.

init

Initializes a new instance of the TiffImageException class.

def __init__(self, error):
    ...
ParameterTypeDescription
erroraspose.cad.imageoptions.TiffOptionsErrorThe error.

init

Initializes a new instance of the TiffImageException class.

def __init__(self, message, error):
    ...
ParameterTypeDescription
messagestrThe message.
erroraspose.cad.imageoptions.TiffOptionsErrorThe error.

See Also