ClassWorkbookNotInitializedException
Thrown when an operation is attempted on a workbook that has not been properly initialized.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class WorkbookNotInitializedException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionWorkbookNotInitializedException
Implements:
Inherited Members
Constructors
WorkbookNotInitializedException(string)
Initializes a new WorkbookNotInitializedException with the specified error message.
Declaration
public WorkbookNotInitializedException(string message)
Parameters
message
The message.
WorkbookNotInitializedException(string, Exception)
Initializes a new WorkbookNotInitializedException with the specified error message and inner exception.
WorkbookNotInitializedException(string, Exception, string)
Initializes a new WorkbookNotInitializedException with the specified error message, inner exception, and localization key.
WorkbookNotInitializedException(string, string)
Initializes a new WorkbookNotInitializedException with the specified error message and localization key.