WorkFailedEventArgs Constructor

Standard constructor.
Public Sub New( _ 
ByVal wu As WorkUnit, _ 
ByVal exception As Exception
)
This language is not supported or no code example is available.
public WorkFailedEventArgs( 
WorkUnit wu
Exception exception 
)
This language is not supported or no code example is available.

Parameters

wu
WorkUnit

exception
Exception

.NET Framework

Supported in: 4.8

In this article

Definition