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