Skip to content

Commit c1390a6

Browse files
added missing exception var
1 parent f507fd8 commit c1390a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/IFramePermissionRequested.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void PutHandled(CoreWebView2PermissionEventArgs args)
332332
// so it would not be a problem.
333333
permissionArgs.Handled = true;
334334
}
335-
catch(NotImplementedException)
335+
catch(NotImplementedException exception)
336336
{
337337
MessageBox.Show(this, "Put Handled Failed: " + exception.Message,
338338
"Frame Permission Requested Handled");

0 commit comments

Comments
 (0)