Link Search Menu Expand Document

SpreadsheetFormulaException Constructor (String, Exception)

Initializes a new instance of the SpreadsheetFormulaException class.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public SpreadsheetFormulaException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The message.
inner
Type: SystemException
The inner.
See Also

Reference