Click or drag to resize
TaskExceptions Property

[This is preliminary documentation and is subject to change.]

Gets an array containing any exceptions thrown by this task.

Namespace: ParallelTasks
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public Exception[] Exceptions { get; }

Property Value

Type: Exception

[Missing <value> documentation for "P:ParallelTasks.Task.Exceptions"]

See Also