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