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