[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)
This exception is thrown to indicate a problem with a view expression.
Namespace: net.esper.view
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public NotInheritable Class ViewProcessingException _ Inherits Exception |
C# |
---|
[SerializableAttribute] public sealed class ViewProcessingException : Exception |
Visual C++ |
---|
[SerializableAttribute] public ref class ViewProcessingException sealed : public Exception |