When an exception was thrown, the Application class call this method showing the exception information, the user has the choice to continue the application or terminate it.
A DialogResult enum that contains the button clicked by the user (ignore or abort)
See Implementation
When an exception was thrown, the Application class call this method showing the exception information, the user has the choice to continue the application or terminate it.