ClassExpressionException
Exception thrown when an error occurs during formula parsing, evaluation, or manipulation, with support for localized error messages.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ExpressionException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionExpressionException
Implements:
Inherited Members
Constructors
ExpressionException(string)
Initializes a new instance of the ExpressionException class with the specified error message.
Declaration
public ExpressionException(string message)
Parameters
message
The message.
ExpressionException(string, Exception)
Initializes a new instance of the ExpressionException class with an inner exception for chaining.
ExpressionException(string, Exception, string, string[])
Initializes a new instance of the ExpressionException class with both an inner exception and localization support.
Declaration
public ExpressionException(string message, Exception innerException, string key, string[] formatStringArguments = null)
Parameters
message
The message.
innerException
The inner exception.
key
The key.
formatStringArguments
string[]
The format string arguments.
ExpressionException(string, string, string[])
Initializes a new instance of the ExpressionException class with localization support via a resource key.