Click or drag to resize

ValueNotAvailableException Class

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

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

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