Android_UEFIInstaller.MainWindow.SetupGlobalExceptionHandler C# (CSharp) Method

SetupGlobalExceptionHandler() public method

public SetupGlobalExceptionHandler ( ) : void
return void
        public void SetupGlobalExceptionHandler()
        {
            AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(MyHandler);
            AppDomain.CurrentDomain.ProcessExit += currentDomain_ProcessExit;
        }