Click or drag to resize

TaskStateManagementException Property

Gets the System.AggregateException that caused the ConcurrentStream to end prematurely. If the ConcurrentStream completed successfully or has not yet thrown any exceptions, this will return null.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public AggregateException Exception { get; }

Property Value

AggregateException
See Also