GigaSpaces XAP.NET Documentation
ProcessContainerException Method (ex, tx)
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)ProcessContainerException(Exception, ITransaction)
Processes a container exception. This method must not throw an exception.
Declaration Syntax
C#Visual BasicVisual C++J#
protected void ProcessContainerException(
	Exception ex,
	ITransaction tx
)
Protected Sub ProcessContainerException ( _
	ex As Exception, _
	tx As ITransaction _
)
protected:
void ProcessContainerException(
	Exception^ ex, 
	ITransaction^ tx
)
protected void ProcessContainerException(
	Exception ex,
	ITransaction tx
)
Parameters
ex (Exception)
The exception that occurred in the container.
tx (ITransaction)
The current transaction, if any.

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