Sdílet prostřednictvím


UnobservedTaskExceptionEventArgs.Exception Vlastnost

Definice

Získá výjimku, která se nepozorovala.

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

Hodnota vlastnosti

Výjimka, která se nepozorovala.

Platí pro

Viz také