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

Base class for stream and property name resolution errors.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Inheritance Hierarchy