Class ParseException
Inheritor of System.Exception used when a string cannot be parsed as a CellValue.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ParseException : LocalizableException, ISerializable, _Exception
Constructors
ParseException(String)
Initializes a new instance of the Parse
Declaration
public ParseException(string message)
Parameters
System. The message. |
ParseException(String, Exception)
Initializes a new instance of the Parse
Declaration
public ParseException(string message, Exception innerException)
Parameters
System. The message. |
System. The inner exception. |
ParseException(String, Exception, String, String[])
Initializes a new instance of the Parse
Declaration
public ParseException(string message, Exception innerException, string key, string[] formatStringArguments)
Parameters
System. The message. |
System. The inner exception. |
System. The key. |
System. The format string arguments. |