Windows Forms and Exceptionless Report

103 Views Asked by At

I have started using exceptionless for a windows forms application. Whenever it notices that the program is crashed it throws up this window:

Exceptionless Error Report Window

I really do not want it to do this, as I want it to submit the errors to me, with out a user being able to stop it. Is there anyway to do this?

1

There are 1 best solutions below

0
On

I find it :)

ExceptionlessClient.Default.Register(showDialog: false);

showDialog: Controls whether a dialog is shown when an unhandled exception occurs.