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

Exception to indicate that a stream name could not be resolved.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    net.esper.eql.db.DatabaseConfigException