Class WorkbookHasNoWorksheetException
Thrown when an operation requires at least one worksheet but the workbook has none.
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 WorkbookHasNoWorksheetException with the specified error message.
Declaration
public WorkbookHasNoWorksheetException(string message)
Parameters
|
System.String
message
The message. |
WorkbookHasNoWorksheetException(String, Exception)
Initializes a new WorkbookHasNoWorksheetException with the specified error message and inner exception.
Declaration
public WorkbookHasNoWorksheetException(string message, Exception innerException)
Parameters
|
System.String
message
The message. |
|
System.Exception
innerException
The inner exception. |
WorkbookHasNoWorksheetException(String, Exception, String)
Initializes a new WorkbookHasNoWorksheetException with the specified error message, inner exception, and localization key.
Declaration
public WorkbookHasNoWorksheetException(string message, Exception innerException, string key)
Parameters
|
System.String
message
The message. |
|
System.Exception
innerException
The inner exception. |
|
System.String
key
The key. |
WorkbookHasNoWorksheetException(String, String)
Initializes a new WorkbookHasNoWorksheetException with the specified error message and localization key.
Declaration
public WorkbookHasNoWorksheetException(string message, string key)
Parameters
|
System.String
message
The message. |
|
System.String
key
The key. |