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

This exception is thrown to indicate a problem with a accessing a property of an net.esper.events.EventBean.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class PropertyAccessException _
	Inherits SystemException
C#
[SerializableAttribute]
public sealed class PropertyAccessException : SystemException
Visual C++
[SerializableAttribute]
public ref class PropertyAccessException sealed : public SystemException

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      net.esper.events.PropertyAccessException

See Also