ExcelLibException Constructor (String) |
Constructor
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelLibException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The exception message
See Also