Click or drag to resize

NoSuchElementException Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.NoSuchElementException"]

Inheritance Hierarchy
SystemException
  com.espertech.esper.compat.collectionsNoSuchElementException

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class NoSuchElementException : Exception
Constructors
  NameDescription
Public methodNoSuchElementException
Initializes a new instance of the NoSuchElementException class.
Public methodNoSuchElementException(String)
Initializes a new instance of the NoSuchElementException class.
Protected methodNoSuchElementException(SerializationInfo, StreamingContext)
Initializes a new instance of the NoSuchElementException class.
Public methodNoSuchElementException(String, Exception)
Initializes a new instance of the NoSuchElementException class.
Top
See Also