UnobservedTaskExceptionEventArgs.Exception 屬性

定義

取得未取得的例外狀況。

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

屬性值

未處理例外狀況。

適用於

另請參閱