[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)
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
System.Object
System.Exception
net.esper.eql.core.StreamTypesException
net.esper.eql.core.DuplicatePropertyException
net.esper.eql.core.PropertyNotFoundException
net.esper.eql.core.StreamNotFoundException
System.Exception
net.esper.eql.core.StreamTypesException
net.esper.eql.core.DuplicatePropertyException
net.esper.eql.core.PropertyNotFoundException
net.esper.eql.core.StreamNotFoundException