C# Class TESVSnip.Program

显示文件 Open project: figment/tesvsnip

Public Methods

Method Description
ApplicationThreadException ( object sender, System e ) : void
CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

ApplicationThreadException() public static method

public static ApplicationThreadException ( object sender, System e ) : void
sender object
e System
return void

CurrentDomainUnhandledException() public static method

public static CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void