Class SpreadsheetNameException
Exception related to the spreadsheet names.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SpreadsheetNameException : LocalizableException, ISerializable, _Exception
Constructors
SpreadsheetNameException(String)
Initializes a new instance of the SpreadsheetNameException class.
Declaration
public SpreadsheetNameException(string message)
Parameters
System.String
message
The message. |
SpreadsheetNameException(String, Exception)
Initializes a new instance of the SpreadsheetNameException class.
Declaration
public SpreadsheetNameException(string message, Exception innerException)
Parameters
System.String
message
The message. |
System.Exception
innerException
The inner exception. |
SpreadsheetNameException(String, Exception, String)
Initializes a new instance of the SpreadsheetNameException class.
Declaration
public SpreadsheetNameException(string message, Exception innerException, string key)
Parameters
System.String
message
The message. |
System.Exception
innerException
The inner exception. |
System.String
key
The key. |
SpreadsheetNameException(String, String)
Initializes a new instance of the SpreadsheetNameException class.
Declaration
public SpreadsheetNameException(string message, string key)
Parameters
System.String
message
The message. |
System.String
key
The key. |