| TaskExceptions Property |
Gets an array containing any exceptions thrown by this task.
Namespace: DigitalRune.ThreadingAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public Exception[] Exceptions { get; }
Public ReadOnly Property Exceptions As Exception()
Get
public:
property array<Exception^>^ Exceptions {
array<Exception^>^ get ();
}
member Exceptions : Exception[] with get
Property Value
Type:
Exception
An array containing all exceptions thrown by this task, or
if the
task is still running.
See Also