GigaSpaces XAP.NET Documentation
Exception Property
Class LibraryGigaSpaces.Core.EventsLeaseRenewalEventArgsException
Returns the exception (if any) that caused the event to be sent.
Declaration Syntax
C#Visual BasicVisual C++J#
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
public:
property Exception^ Exception {
	Exception^ get ();
}
/** @property */
public Exception get_Exception()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)