TaskStateManagementIsFaulted Property |
Gets whether the ConcurrentStream.Task completed due to an unhandled exception.
Reslt is true if the task has thrown an unhandled exception; otherwise false.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsFaulted { get; }Property Value
Boolean
See Also