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: 7.0.1.3800 (7.0.1.3800)