Class ParseException
Thrown when a string value cannot be parsed as a valid cell value due to format or type mismatch.
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 ParseException with the specified error message.
Declaration
public ParseException(string message)
Parameters
|
System.String
message
The message. |
ParseException(String, Exception)
Initializes a new ParseException with the specified error message and inner exception.
Declaration
public ParseException(string message, Exception innerException)
Parameters
|
System.String
message
The message. |
|
System.Exception
innerException
The 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
|
System.String
message
The message. |
|
System.Exception
innerException
The inner exception. |
|
System.String
key
The key. |
|
System.String[]
formatStringArguments
The format string arguments. |