GigaSpaces XAP.NET Documentation
UserExceptionEventArgs<(Of <(<'TData>)>)> Constructor (exception, batchDataEventArgs)
Class LibraryGigaSpaces.XAP.EventsUserExceptionEventArgs<(Of <(<'TData>)>)>UserExceptionEventArgs<(Of <(<'TData>)>)>(Exception, BatchDataEventArgs<(Of <<'(TData>)>>))
Construct a new user exception event args
Declaration Syntax
C#Visual BasicVisual C++J#
public UserExceptionEventArgs(
	Exception exception,
	BatchDataEventArgs<TData> batchDataEventArgs
)
Public Sub New ( _
	exception As Exception, _
	batchDataEventArgs As BatchDataEventArgs(Of TData) _
)
public:
UserExceptionEventArgs(
	Exception^ exception, 
	BatchDataEventArgs<TData> batchDataEventArgs
)
public UserExceptionEventArgs(
	Exception exception,
	BatchDataEventArgs<TData> batchDataEventArgs
)
Parameters
exception (Exception)
Occuring exception.
batchDataEventArgs (BatchDataEventArgs<(Of <(<'TData>)>)>)
The data event args of the BatchDataEventArrived that was invoked when this exception occured.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)