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

属性值

未观察到的异常。

适用于

另请参阅