ClassSpreadsheetNameException
Class
Thrown when named range operations fail due to invalid names, duplicate definitions, or scope conflicts.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class SpreadsheetNameException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionSpreadsheetNameException
Implements:
Inherited Members
Constructors
SpreadsheetNameException(string)
Initializes a new SpreadsheetNameException with the specified error message.
Declaration
cs-api-definition
public SpreadsheetNameException(string message)
Parameters
message
The message.
SpreadsheetNameException(string, Exception)
Initializes a new SpreadsheetNameException with the specified error message and inner exception.
SpreadsheetNameException(string, Exception, string)
Initializes a new SpreadsheetNameException with the specified error message, inner exception, and localization key.
SpreadsheetNameException(string, string)
Initializes a new SpreadsheetNameException with the specified error message and localization key.