Legend
| Static method: void DisableGeneralProtectionFaultErrorBox()
Declarationpublic static void DisableGeneralProtectionFaultErrorBox() SummaryNormally an unhandled exception will result in Windows showing a generic error dialog, while keeping the process alive and stopped. This method will disable that: an unhandled exception will result in the process terminating quietly. |