ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Tiff.Section Namespace / TiffExportException Class / TiffExportException Constructor / TiffExportException Constructor(String)
A message that describes the error.

In This Topic
    TiffExportException Constructor(String)
    In This Topic
    Initializes a new instance of the TiffExportException class with the specified error message. 
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public TiffExportException( 
       string message
    )

    Parameters

    message
    A message that describes the error.
    See Also