You probably use Async-methods, but you don’t like the way how exceptions are handled? Remember, the async exception is typically an AggregatedException . In this case you have to dig into the list of exceptions etc., etc. Following peace of code shows...