Class WorkbookNotInitializedException
Inheritor of System.Exception used when an WorkbookNotInitializedException needs to be thrown.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorkbookNotInitializedException : LocalizableException, ISerializable, _Exception
Constructors
WorkbookNotInitializedException(String)
Initializes a new instance of the Workbook
Declaration
public WorkbookNotInitializedException(string message)
Parameters
System. The message. |
WorkbookNotInitializedException(String, Exception)
Initializes a new instance of the Workbook
Declaration
public WorkbookNotInitializedException(string message, Exception innerException)
Parameters
System. The message. |
System. The inner exception. |
WorkbookNotInitializedException(String, Exception, String)
Initializes a new instance of the Workbook
Declaration
public WorkbookNotInitializedException(string message, Exception innerException, string key)
Parameters
System. The message. |
System. The inner exception. |
System. The key. |
WorkbookNotInitializedException(String, String)
Initializes a new instance of the Workbook
Declaration
public WorkbookNotInitializedException(string message, string key)
Parameters
System. The message. |
System. The key. |