1 write to m_exception
mscorlib (1)
system\threading\Tasks\TaskScheduler.cs (1)
744
public UnobservedTaskExceptionEventArgs(AggregateException exception) {
m_exception
= exception; }
1 reference to m_exception
mscorlib (1)
system\threading\Tasks\TaskScheduler.cs (1)
760
public AggregateException Exception { get { return
m_exception
; } }