SetObserved Method

Task Parallel System.Threading

Marks the Exception as "observed," thus preventing it from triggering exception escalation policy which, by default, terminates the process.

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

Syntax

Visual Basic (Declaration)
Public Sub SetObserved
C#
public void SetObserved()

See Also