1 instantiation of UnobservedTaskExceptionEventArgs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskExceptionHolder.cs (1)
67UnobservedTaskExceptionEventArgs ueea = new UnobservedTaskExceptionEventArgs(exceptionToThrow);
9 references to UnobservedTaskExceptionEventArgs
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1171[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.UnobservedTaskExceptionEventArgs))]
netstandard (1)
netstandard.cs (1)
2130[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.UnobservedTaskExceptionEventArgs))]
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskExceptionHolder.cs (1)
67UnobservedTaskExceptionEventArgs ueea = new UnobservedTaskExceptionEventArgs(exceptionToThrow);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (4)
420/// Each handler is passed a <see cref="UnobservedTaskExceptionEventArgs"/> 423public static event EventHandler<UnobservedTaskExceptionEventArgs>? UnobservedTaskException; 431internal static void PublishUnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs ueea) 620/// Initializes a new instance of the <see cref="UnobservedTaskExceptionEventArgs"/> class
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
835[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.UnobservedTaskExceptionEventArgs))]
System.Threading.Tasks (1)
System.Threading.Tasks.cs (1)
37[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.UnobservedTaskExceptionEventArgs))]