Skip to content

Commit

Permalink
remove confusing exception variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Oct 18, 2024
1 parent 65790d4 commit 0fabf3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static async Task Main(string[] args)
{
await task1;
}
catch (UnauthorizedAccessException ae)
catch (UnauthorizedAccessException)
{
Console.WriteLine("Caught unauthorized access exception-await behavior");
}
Expand Down

0 comments on commit 0fabf3c

Please sign in to comment.