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