Click or drag to resize

PropertyAccessException Class

This exception is thrown to indicate a problem with a accessing a property of an EventBean />.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.clientPropertyAccessException

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

The PropertyAccessException type exposes the following members.

Constructors
  NameDescription
Public methodPropertyAccessException(Exception)
Constructor.
Public methodPropertyAccessException(String)
Constructor for an inner exception and message.
Protected methodPropertyAccessException(SerializationInfo, StreamingContext)
Initializes a new instance of the PropertyAccessException class
Public methodPropertyAccessException(String, Exception)
Constructor for an inner exception and message.
Public methodPropertyAccessException(String, String)
Constructor.
Top
Properties
  NameDescription
Public propertyMessage
Gets a message that describes the current exception.
Top
Methods
  NameDescription
Public methodStatic memberNotAValidProperty
Generates the Not-A-Valid-Property exception
Top
See Also