GigaSpaces XAP.NET Documentation
Ignore Property
Class LibraryGigaSpaces.XAP.EventsUserExceptionEventArgs<(Of <(TData>)>)Ignore
Gets or sets whether to ignore this exception. When transactions are used and an exception is thrown the transaction will automatically be aborted, if the exception is set to be ignored the transaction will not be aborted.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool Ignore { get; set; }
Public Property Ignore As Boolean
public:
property bool Ignore {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_Ignore()
/** @property */
public  void set_Ignore(boolean value)

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