[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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 |