Link Search Menu Expand Document

BuiltInFuncException Constructor (String, Exception)

Initializes a new instance of the BuiltInFuncException class.

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

Parameters

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

Reference