[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Exception to indicate a parse error in parsing placeholders.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PlaceholderParseException _
	Inherits Exception
C#
[SerializableAttribute]
public class PlaceholderParseException : Exception
Visual C++
[SerializableAttribute]
public ref class PlaceholderParseException : public Exception

Inheritance Hierarchy

System.Object
  System.Exception
    net.esper.util.PlaceholderParseException