Click or drag to resize

ValueNotAvailableException Constructor (String)

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
)

Parameters

message
Type: SystemString

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

See Also