public static void remove_uncaughtError(UncaughtErrorEvents that, Action <UncaughtErrorEvent> value)
 {
     CommonExtensions.RemoveDelegate(that, value, UncaughtErrorEvent.UNCAUGHT_ERROR);
 }
 public static void remove_uncaughtError(UncaughtErrorEvents that, Action<UncaughtErrorEvent> value)
 {
     CommonExtensions.RemoveDelegate(that, value, UncaughtErrorEvent.UNCAUGHT_ERROR);
 }