Click or drag to resize

ParseException Class

Exception thrown when an EPL text could not be parsed.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.client.moduleParseException

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ParseException : Exception
Constructors
  NameDescription
Public methodParseException(String)
Ctor.
Protected methodParseException(SerializationInfo, StreamingContext)
Initializes a new instance of the ParseException class
Top
See Also