An exception thrown when an unhandled exception is thrown within a task.
More...
|
Exception[] | InnerExceptions [get] |
| Gets an array containing any unhandled exceptions that were thrown by the task. More...
|
|
An exception thrown when an unhandled exception is thrown within a task.
Definition at line 15 of file TaskException.cs.
ParallelTasks.TaskException.TaskException |
( |
Exception[] |
inner | ) |
|
|
inline |
Creates a new instance of the TaskException class.
- Parameters
-
inner | The unhandled exceptions thrown by the task. |
Definition at line 26 of file TaskException.cs.
override string ParallelTasks.TaskException.ToString |
( |
| ) |
|
|
inline |
Exception [] ParallelTasks.TaskException.InnerExceptions |
|
get |
Gets an array containing any unhandled exceptions that were thrown by the task.
Definition at line 20 of file TaskException.cs.
The documentation for this class was generated from the following file: