Skip to content

Commit 0fabf3c

Browse files
committed
remove confusing exception variable name
1 parent 65790d4 commit 0fabf3c

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)