ExcelLibException(String, Exception) Constructor

Constructor

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelLibException(
	string message,
	Exception innerException
)

Parameters

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

See Also