TiffImageException

TiffImageException constructor (1 of 4)

Initializes a new instance of the TiffImageException class.

public TiffImageException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


TiffImageException constructor (2 of 4)

Initializes a new instance of the TiffImageException class.

public TiffImageException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe message.
innerExceptionExceptionThe inner exception.

See Also


TiffImageException constructor (3 of 4)

Initializes a new instance of the TiffImageException class.

public TiffImageException(string message, TiffOptionsError error)
ParameterTypeDescription
messageStringThe message.
errorTiffOptionsErrorThe error.

See Also


TiffImageException constructor (4 of 4)

Initializes a new instance of the TiffImageException class.

public TiffImageException(TiffOptionsError error)
ParameterTypeDescription
errorTiffOptionsErrorThe error.

See Also