[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Exception to indicate that a property name used in a filter doesn't resolve.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PropertyNotFoundException _
	Inherits StreamTypesException
C#
[SerializableAttribute]
public class PropertyNotFoundException : StreamTypesException
Visual C++
[SerializableAttribute]
public ref class PropertyNotFoundException : public StreamTypesException

Inheritance Hierarchy

System.Object
  System.Exception
    net.esper.eql.core.StreamTypesException
      net.esper.eql.core.PropertyNotFoundException