Click or drag to resize

VariableNotFoundException Class

Exception indicating a variable does not exists.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.clientEPException
    com.espertech.esper.common.client.variableVariableNotFoundException

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

The VariableNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodVariableNotFoundException
Ctor.
Top
See Also