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

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

Inheritance Hierarchy

System.Object
  System.Exception
    net.esper.view.ViewProcessingException