Observed Property

Task Parallel System.Threading

Gets whether this exception has been marked as "observed."

Namespace:  System.Threading.Tasks
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Observed As Boolean
C#
public bool Observed { get; }

See Also