 | NoSuchElementException Constructor (String, Exception) |
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic NoSuchElementException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
The message. - innerException
- Type: SystemException
The inner exception.
See Also