Method | Description | |
---|---|---|
TaskErrorEventArgs ( System.Action task, |
Initializes a new instance of the TaskErrorEventArgs class.
|
public TaskErrorEventArgs ( System.Action task, |
||
task | System.Action | Task that has generated the error |
taskException | The exception that has been thrown | |
return | System |