GemBox.Spreadsheet

SpreadsheetException Constructor

Initializes a new instance of the Exception class.

Overload List

Initializes a new instance of the Exception class.

public SpreadsheetException();

Initializes a new instance of the Exception class with a specified error message.

public SpreadsheetException(string);

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,Exception);

See Also

SpreadsheetException Class | GemBox.Spreadsheet Namespace