Initializes a new instance of the TiffExportException class with the specified error message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public TiffExportException(
string
)
Parameters
- message
- A message that describes the error.
See Also