ExpressionException Class TIBCO Spotfire 6.0 API Reference
Thrown when there is an error in an expression. See the ExpressionParseException and ExpressionTypeException for more specific exceptions which inherit from this class.
Inheritance Hierarchy

System Object
  System Exception
    DataException
      Spotfire.Dxp.Data.Exceptions ExpressionException
        Spotfire.Dxp.Data.Exceptions ExpressionParseException

Namespace: Spotfire.Dxp.Data.Exceptions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
public class ExpressionException : DataException, 
	ISerializable
See Also