Construct a new user exception event args
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public UserExceptionEventArgs( Exception exception, DataEventArgs<TData> dataEventArgs )
Public Sub New ( _ exception As Exception, _ dataEventArgs As DataEventArgs(Of TData) _ )
public: UserExceptionEventArgs( Exception^ exception, DataEventArgs<TData> dataEventArgs )
public UserExceptionEventArgs( Exception exception, DataEventArgs<TData> dataEventArgs )
Parameters
- exception (Exception)
- Occuring exception.
- dataEventArgs (DataEventArgs<(Of <(<'TData>)>)>)
- The data event args of the DataEventArrived that was invoked when this exception occured.