Click or drag to resize

ValueNotAvailableException Constructor (String, Exception)

Initializes a new instance of the ValueNotAvailableException class

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ValueNotAvailableException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:com.espertech.esper.compat.concurrency.ValueNotAvailableException.#ctor(System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:com.espertech.esper.compat.concurrency.ValueNotAvailableException.#ctor(System.String,System.Exception)"]

See Also