Click or drag to resize

VariableValueException Class

Indicates that a variable value could not be assigned.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.clientEPException
    com.espertech.esper.common.client.variableVariableValueException

Namespace:  com.espertech.esper.common.client.variable
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class VariableValueException : EPException

The VariableValueException type exposes the following members.

Constructors
  NameDescription
Public methodVariableValueException
Ctor.
Top
See Also