public static void Crash(Exception ex, bool recoverable) { CrashHandler.Log(ex, 0); if (!recoverable || ThrowOnAllExceptions) { throw ex; } }