Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r15c19c0034704817c0419312dc7a51b26b941361 -r7f759fbabca9c41e75d229269f1b21581b373b5f --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 15c19c0034704817c0419312dc7a51b26b941361) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 7f759fbabca9c41e75d229269f1b21581b373b5f) @@ -297,11 +297,7 @@ if (control != null && control.InvokeRequired) { // Invoke executes a delegate on the thread that owns _MainForms's underlying window handle. - control.Invoke(new ExceptionDelegate(HandleException), new object[] - { - exception, - isTerminating - }); + control.Invoke(new ExceptionDelegate(HandleException), exception, isTerminating); } else {