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

Indicates a property exists in multiple streams.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    net.esper.eql.core.StreamTypesException
      net.esper.eql.core.DuplicatePropertyException