ClassWorkbookHasNoWorksheetException
Thrown when an operation requires at least one worksheet but the workbook has none.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class WorkbookHasNoWorksheetException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionWorkbookHasNoWorksheetException
Implements:
Inherited Members
Constructors
WorkbookHasNoWorksheetException(string)
Initializes a new WorkbookHasNoWorksheetException with the specified error message.
Declaration
public WorkbookHasNoWorksheetException(string message)
Parameters
message
The message.
WorkbookHasNoWorksheetException(string, Exception)
Initializes a new WorkbookHasNoWorksheetException with the specified error message and inner exception.
WorkbookHasNoWorksheetException(string, Exception, string)
Initializes a new WorkbookHasNoWorksheetException with the specified error message, inner exception, and localization key.
WorkbookHasNoWorksheetException(string, string)
Initializes a new WorkbookHasNoWorksheetException with the specified error message and localization key.