Click or drag to resize

ItemNotFoundException Class

[Missing <summary> documentation for "T:com.espertech.esper.container.ItemNotFoundException"]

Inheritance Hierarchy
SystemException
  com.espertech.esper.containerItemNotFoundException

Namespace:  com.espertech.esper.container
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ItemNotFoundException : Exception
Constructors
  NameDescription
Public methodItemNotFoundException
Initializes a new instance of the ItemNotFoundException class
Public methodItemNotFoundException(String)
Initializes a new instance of the ItemNotFoundException class
Protected methodItemNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ItemNotFoundException class
Public methodItemNotFoundException(String, Exception)
Initializes a new instance of the ItemNotFoundException class
Top
See Also