Library: Foundation
Package: Tasks
Header: Poco/TaskNotification.h
This notification is posted by the TaskManager for every task that has failed with an exception.
Direct Base Classes: TaskNotification
All Base Classes: Notification, RefCountedObject, TaskNotification
Member Functions: reason
Inherited Functions: duplicate, name, referenceCount, release, task
TaskFailedNotification(
    Task * pTask,
    const Exception & exc
);
 
   
  
 const Exception & reason() const;