GigaSpaces XAP.NET Documentation
Errors Property
Class LibraryGigaSpaces.Core.ExceptionsChangeExceptionErrors
Gets the failed changes.
Declaration Syntax
C#Visual BasicVisual C++J#
public ICollection<Exception> Errors { get; }
Public ReadOnly Property Errors As ICollection(Of Exception)
public:
property ICollection<Exception^>^ Errors {
	ICollection<Exception^>^ get ();
}
/** @property */
public ICollection<Exception> get_Errors()

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