Click or drag to resize

EPCompileException Class

Indicates an exception compiling a module or fire-and-forget query

May carry information on individual items.

Inheritance Hierarchy
SystemException
  com.espertech.esper.compiler.clientEPCompileException

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class EPCompileException : Exception

The EPCompileException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItems
Returns compilation items.
Top
See Also