GemBox.Spreadsheet

SpreadsheetException Constructor (String, Exception)

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.

public SpreadsheetException(
   string msg,
   Exception inner
);

Parameters

msg
Message string.
inner
Inner exception.

See Also

SpreadsheetException Class | GemBox.Spreadsheet Namespace | SpreadsheetException Constructor Overload List