Click or drag to resize

ExcelLibException(String, Exception) Constructor

Constructor

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelLibException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message
innerException  Exception
The inner exception that triggered this exception
See Also