Execution of a task has failed.
delegate
|
TaskExceptionDelegate
|
with
|
<in
TInput>
|
||
(TInput input,
TinmanError error)
|
|||||
params
|
input
|
The task input data object. | |||
error
|
The error description object. |
Remarks:
Calling the Finish resp. Finish methods will always throw a PoolingException when the task execution has failed. In addition to that behaviour, an TaskExceptionDelegate can be registered that will be called from the task pool thread immediately after the task has failed.