Task unhandled exceptions
问题 I'm trying to understand what is going on with exceptions that are thrown within a task object and never handled. On MSDN it said that: If you do not wait on a task that propagates an exception, or access its Exception property, the exception is escalated according to the .NET exception policy when the task is garbage-collected. So I don't quite understand in what way those exceptions affect program flow. I thought that those exceptions should interrupt execution as soon as they are garbage