GigaSpaces XAP.NET Documentation
Exceptions Property
Class LibraryGigaSpaces.Core.ExceptionsReadMultipleExceptionExceptions
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()
public:
property array<Exception^>^ Exceptions {
	array<Exception^>^ get ();
}
/** @property */
public Exception[] get_Exceptions()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)