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 Basic | Visual C++ | J# | 
public bool Ignore { get; set; }Public Property Ignore As Boolean
	Get
	Set
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: 14.5.0.0 (14.5.0)