Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void DisableGeneralProtectionFaultErrorBox()

Declaration

public static void DisableGeneralProtectionFaultErrorBox()

Summary

Normally 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.