Click or drag to resize

EPDataFlowAlreadyExistsException Class

Thrown to indicate a data flow saved configuration already exists.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.clientEPException
    com.espertech.esper.common.client.dataflow.coreEPDataFlowAlreadyExistsException

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EPDataFlowAlreadyExistsException : EPException

The EPDataFlowAlreadyExistsException type exposes the following members.

Constructors
  NameDescription
Public methodEPDataFlowAlreadyExistsException
Ctor.
Top
See Also