Construct a new user exception event args
            
| C# | Visual Basic | Visual 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 )
- exception (Exception)
 - Occuring exception.
 
- batchDataEventArgs (BatchDataEventArgs<(Of <(<'TData>)>)>)
 - The data event args of the BatchDataEventArrived that was invoked when this exception occured.
 
