[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExportException.-ctor

TiffExportException Constructor

TiffExportException(string)

Initializes a new instance of the TiffExportException class with a specified error message.

Declaration
public TiffExportException(string message)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

TiffExportException(string, Exception)

Initializes a new instance of the TiffExportException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Declaration
public TiffExportException(string message, Exception innerException)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

Exception innerException

The Exception instance that caused the current exception.