UnobservedTaskExceptionEventArgs.Exception Egenskap

Definition

Hämtar undantaget som inte observerades.

public:
 property AggregateException ^ Exception { AggregateException ^ get(); };
public AggregateException Exception { get; }
member this.Exception : AggregateException
Public ReadOnly Property Exception As AggregateException

Egenskapsvärde

Undantaget som inte observerades.

Gäller för

Se även