Click or drag to resize

EPCompileExceptionSyntaxItem Class

Indicates a syntax exception
Inheritance Hierarchy

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

The EPCompileExceptionSyntaxItem type exposes the following members.

Constructors
  NameDescription
Public methodEPCompileExceptionSyntaxItem
Ctor.
Top
Properties
  NameDescription
Public propertyExpression
Returns expression text for statement.
(Inherited from EPCompileExceptionItem.)
Public propertyLineNumber
Returns the line number.
(Inherited from EPCompileExceptionItem.)
Public propertyMessage (Inherited from EPCompileExceptionItem.)
Top
See Also