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, _Exception

Inheritance: objectExceptionExpressionException

Implements: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetObjectData(SerializationInfo, StreamingContext)Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResultException.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.