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

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