Skip to content

Commit 1f4da21

Browse files
PhyxionNLejsmith
authored andcommitted
Update ExceptionlessWpfExtensions.cs
Saving...
1 parent 45ea700 commit 1f4da21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Platforms/Exceptionless.Wpf/ExceptionlessWpfExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public static void Register(this ExceptionlessClient client, bool showDialog = t
2121
client.Configuration.AddPlugin<SetEnvironmentUserPlugin>();
2222
client.Startup();
2323

24-
client.RegisterApplicationThreadExceptionHandler();
2524
client.RegisterApplicationDispatcherUnhandledExceptionHandler();
2625

2726
if (!showDialog)
@@ -40,7 +39,6 @@ public static void Unregister(this ExceptionlessClient client) {
4039
throw new ArgumentNullException(nameof(client));
4140

4241
client.Shutdown();
43-
client.UnregisterApplicationThreadExceptionHandler();
4442
client.UnregisterApplicationDispatcherUnhandledExceptionHandler();
4543

4644
client.SubmittingEvent -= OnSubmittingEvent;

0 commit comments

Comments
 (0)