Click or drag to resize

UndeployRethrowPolicy Class

Enumeration of blocking techniques.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.utilUndeployRethrowPolicy

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class UndeployRethrowPolicy : Enum

The UndeployRethrowPolicy type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberRETHROW_FIRST
Rethrow First Encountered Exception.
Public fieldvalue__
Public fieldStatic memberWARN
Warn.
Top
See Also