GigaSpaces XAP.NET Documentation
NoSuchElementException Constructor (info, context)
Class LibraryGigaSpaces.Core.ExceptionsNoSuchElementExceptionNoSuchElementException(SerializationInfo, StreamingContext)
Initializes a new instance of the exception with serialized data.
Declaration Syntax
C#Visual BasicVisual C++J#
protected NoSuchElementException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
NoSuchElementException(
	SerializationInfo^ info, 
	StreamingContext context
)
protected NoSuchElementException(
	SerializationInfo info,
	StreamingContext context
)
Parameters
info (SerializationInfo)
The object that holds the serialized object data.
context (StreamingContext)
The contextual information about the source or destination.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)