UnobservedTaskExceptionEventArgs.Observed Property

Definition

Gets a value that indicates whether this exception has been marked as "observed."

public:
 property bool Observed { bool get(); };
public bool Observed { get; }
member this.Observed : bool
Public ReadOnly Property Observed As Boolean

Property Value

true if this exception has been marked as "observed"; otherwise false.

Applies to

See also