3 references to Exception
Kestrel.SampleApp (1)
Startup.cs (1)
71Console.WriteLine("Unobserved exception: {0}", e.Exception);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (1)
627/// Marks the <see cref="Exception"/> as "observed," thus preventing it
SystemdTestApp (1)
Startup.cs (1)
43Console.WriteLine("Unobserved exception: {0}", e.Exception);