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