Link Search Menu Expand Document

OpenXMLParserException Constructor (String, Exception)

Initializes a new instance of the OpenXMLParserException class.

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

Parameters

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

Reference