C# Class Orchestra.DotNetPatchHelper

Class that makes sure to inform the user if a bug occurs due to a missing .net patch.
Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
Initialize ( ) : void

Initializes the patch helper.

Private Methods

Method Description
HandleException ( Exception ex ) : bool
InitializeAppDomain ( ) : void
InitializeApplication ( ) : void
OnAppDomainFirstChanceException ( object sender, System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs e ) : void
OnAppDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
ShowMessage ( string content ) : void

Method Details

Initialize() public static method

Initializes the patch helper.
public static Initialize ( ) : void
return void