ClassExpressionException
Class
Thrown when a field expression cannot be parsed or evaluated, typically during IF field or formula field processing.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Fields.Expressions
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")]
[SuppressMessage("Microsoft.Usage", "CA2237:MarkISerializableTypesWithSerializable")]
public class ExpressionException : Exception, ISerializable, _Exception
Inheritance: objectExceptionExpressionException
Implements:
Inherited Members
Constructors
ExpressionException(string)
Initializes a new instance of the ExpressionException class.
Declaration
cs-api-definition
public ExpressionException(string message)
Parameters
message
The message.
ExpressionException(string, Exception)
Initializes a new instance of the ExpressionException class.