Initializes a new instance of the Exception class.
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);
SpreadsheetException Class | GemBox.Spreadsheet Namespace