Click or drag to resize

EPRuntimeException Class

[Missing <summary> documentation for "T:com.espertech.esper.common.client.EPRuntimeException"]

Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EPRuntimeException : EPException
Constructors
  NameDescription
Public methodEPRuntimeException(Exception)
Ctor - just an inner exception.
Public methodEPRuntimeException(String)
Ctor.
Public methodEPRuntimeException(String, Exception)
Ctor for an inner exception and message.
Top
See Also