GigaSpaces XAP.NET Documentation
NoSuchElementException Constructor (message)
Class LibraryGigaSpaces.Core.ExceptionsNoSuchElementExceptionNoSuchElementException(String)
Initializes a new instance of the exception with a specified error message.
Declaration Syntax
C#Visual BasicVisual C++J#
public NoSuchElementException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
NoSuchElementException(
	String^ message
)
public NoSuchElementException(
	String message
)
Parameters
message (String)
A message that describes the error.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)