Click or drag to resize

NoSuchElementException Constructor (String)

Initializes a new instance of the NoSuchElementException class.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public NoSuchElementException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also