ClassParseException
Thrown when a string value cannot be parsed as a valid cell value due to format or type mismatch.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ParseException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionParseException
Implements:
Inherited Members
Constructors
ParseException(string)
Initializes a new ParseException with the specified error message.
Declaration
public ParseException(string message)
Parameters
message
The message.
ParseException(string, Exception)
Initializes a new ParseException with the specified error message and inner exception.
ParseException(string, Exception, string, string[])
Initializes a new ParseException with the specified error message, inner exception, localization key, and format arguments.
Declaration
public ParseException(string message, Exception innerException, string key, string[] formatStringArguments)
Parameters
message
The message.
innerException
The inner exception.
key
The key.
formatStringArguments
string[]
The format string arguments.