Class
ExpressionException

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

Inheritance: objectExceptionExpressionException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

Constructors

ExpressionException(string)

Initializes a new instance of the ExpressionException class.

Declaration

cs-api-definition
public ExpressionException(string message)

Parameters

message

string

The message.

ExpressionException(string, Exception)

Initializes a new instance of the ExpressionException class.

Declaration

cs-api-definition
public ExpressionException(string message, Exception innerException)

Parameters

message

string

The message.

innerException

Exception

The inner exception.