摘要: AggregateException C# example 问题 I have seen an example of AggregateException on the web and I'm trying to figure out how it works. I have written a s 阅读全文
posted @ 2022-04-27 12:17 ChuckLu 阅读(77) 评论(0) 推荐(0)
摘要: Is it possible to get a good stack trace with .NET async methods? 问题 I have the following sample code setup in a WebApi application: [HttpGet] public 阅读全文
posted @ 2022-04-27 10:18 ChuckLu 阅读(424) 评论(0) 推荐(0)
摘要: exception disappear when forgot to await an async method Why exceptions in async methods are “dangerous” in C# Error handling is a topic that sometime 阅读全文
posted @ 2022-04-27 09:45 ChuckLu 阅读(50) 评论(0) 推荐(0)