Click or drag to resize

EPRuntimeDestroyedException Class

This exception is thrown to indicate that the runtime instance has been destroyed.

This exception applies to destroyed runtime when a client attempts to use the runtime after it was destroyed.

Inheritance Hierarchy

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class EPRuntimeDestroyedException : EPRuntimeException

The EPRuntimeDestroyedException type exposes the following members.

Constructors
  NameDescription
Public methodEPRuntimeDestroyedException
Ctor.
Top
See Also