GigaSpaces XAP.NET Documentation
Exception Property
Class LibraryGigaSpaces.Core.ExecutorsSpaceTaskResult<(Of <(T>)>)Exception
Gets task execution exception or null if no exception occurd.
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: 10.0.0.0 (10.0.1.11800)