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