GigaSpaces XAP.NET Documentation
MemoryShortageException Constructor (spaceName, containerName, hostName)
Class LibraryGigaSpaces.Core.ExceptionsMemoryShortageExceptionMemoryShortageException(String, String, String)
Initializes a new instance of the exception.
Declaration Syntax
C#Visual BasicVisual C++J#
public MemoryShortageException(
	string spaceName,
	string containerName,
	string hostName
)
Public Sub New ( _
	spaceName As String, _
	containerName As String, _
	hostName As String _
)
public:
MemoryShortageException(
	String^ spaceName, 
	String^ containerName, 
	String^ hostName
)
public MemoryShortageException(
	String spaceName,
	String containerName,
	String hostName
)
Parameters
spaceName (String)
The name of the space that caused this exception.
containerName (String)
The name of the container that contains the space that caused this exception.
hostName (String)
The name of the machine that hosts the space that caused this exception.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)