ExcelLibException(String, Exception) Constructor
Constructor
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelLibException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ExcelLibException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ExcelLibException
Parameters
- message String
- The exception message
- innerException Exception
- The inner exception that triggered this exception