C# Class Recognos.Core.TaskErrorEventArgs

Event arguments for task errors
Inheritance: System.EventArgs
Afficher le fichier Open project: Recognos/Recognos.Core Class Usage Examples

Méthodes publiques

Méthode Description
TaskErrorEventArgs ( System.Action task, Exception taskException ) : System

Initializes a new instance of the TaskErrorEventArgs class.

Method Details

TaskErrorEventArgs() public méthode

Initializes a new instance of the TaskErrorEventArgs class.
public TaskErrorEventArgs ( System.Action task, Exception taskException ) : System
task System.Action Task that has generated the error
taskException System.Exception The exception that has been thrown
Résultat System