ExcelLibException(String, Exception) Constructor |
Constructor
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelLibException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- The exception message
- innerException Exception
- The inner exception that triggered this exception
See Also