Click or drag to resize

EPSubscriberException Class

This exception is thrown to indicate that a subscriber registration failed such as when the subscribe does not expose an acceptable method to receive statement results.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.clientEPException
    com.espertech.esper.runtime.clientEPSubscriberException

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class EPSubscriberException : EPException
Constructors
  NameDescription
Public methodEPSubscriberException(String)
Ctor.
Public methodEPSubscriberException(String, Exception)
Initializes a new instance of the EPSubscriberException class
Top
See Also