Click or drag to resize
DigitalRuneTaskExceptions Property
Gets an array containing any exceptions thrown by this task.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public Exception[] Exceptions { get; }

Property Value

Type: Exception
An array containing all exceptions thrown by this task, or if the task is still running.
See Also