Click or drag to resize

ItemNotFoundException Constructor (String)

Initializes a new instance of the ItemNotFoundException class

Namespace:  com.espertech.esper.container
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ItemNotFoundException(
	string message
)

Parameters

message
Type: SystemString

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

See Also