1 instantiation of UnobservedTaskExceptionEventArgs
mscorlib (1)
system\threading\Tasks\TaskExceptionHolder.cs (1)
139UnobservedTaskExceptionEventArgs ueea = new UnobservedTaskExceptionEventArgs(exceptionToThrow);
6 references to UnobservedTaskExceptionEventArgs
mscorlib (6)
system\threading\Tasks\TaskExceptionHolder.cs (1)
139UnobservedTaskExceptionEventArgs ueea = new UnobservedTaskExceptionEventArgs(exceptionToThrow);
system\threading\Tasks\TaskScheduler.cs (5)
466private static EventHandler<UnobservedTaskExceptionEventArgs> _unobservedTaskException; 479public static event EventHandler<UnobservedTaskExceptionEventArgs> UnobservedTaskException 511internal static void PublishUnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs ueea) 518EventHandler<UnobservedTaskExceptionEventArgs> handler = _unobservedTaskException; 740/// Initializes a new instance of the <see cref="UnobservedTaskExceptionEventArgs"/> class