Skip to content

Commit c320891

Browse files
authored
remove confusing exception variable name (#10592)
1 parent e4006f0 commit c320891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp/System/AggregateException/Overview/exception1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static async Task Main(string[] args)
2121
{
2222
await task1;
2323
}
24-
catch (UnauthorizedAccessException ae)
24+
catch (UnauthorizedAccessException)
2525
{
2626
Console.WriteLine("Caught unauthorized access exception-await behavior");
2727
}

0 commit comments

Comments
 (0)