C# Класс Recognos.Core.TaskErrorEventArgs

Event arguments for task errors
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TaskErrorEventArgs ( System.Action task, Exception taskException ) : System

Initializes a new instance of the TaskErrorEventArgs class.

Описание методов

TaskErrorEventArgs() публичный Метод

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
Результат System