Home

"Break when exception is unhandled" is not honored when running asynchronous queries

edited January 2020

Title. This appears to be an issue in v5 as well.

async System.Threading.Tasks.Task Main()
{
    throw new Exception();
}

Comments

Sign In or Register to comment.