GigaSpaces XAP.NET Documentation
Exceptions Property
Class LibraryGigaSpaces.Core.ExceptionsClearExceptionExceptions
Gets all the exceptions that caused this exception.
Declaration Syntax
C#Visual BasicVisual C++J#
public Exception[] Exceptions { get; }
Public ReadOnly Property Exceptions As Exception()
	Get
public:
property array<Exception^>^ Exceptions {
	array<Exception^>^ get ();
}
/** @property */
public Exception[] get_Exceptions()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)