ActiveReports Developer 7
TiffExportException Constructor(String)
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Tiff.Section Namespace > TiffExportException Class > TiffExportException Constructor : TiffExportException Constructor(String)

message
A message that describes the error.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As System.String _
)
C# 
public TiffExportException( 
   System.string message
)

Parameters

message
A message that describes the error.

See Also