Method | Description | |
---|---|---|
CurrentDomain_UnhandledException ( object sender, |
Handles unhandled exceptions within the application.
|
|
PostErrorLog ( string log ) : void |
Post an error log to the web server.
|
Method | Description | |
---|---|---|
Application_ApplicationExit ( object sender, |
Handles the ApplicationExit of System.Windows.Forms.Application.
|
|
Main ( ) : void |
public static CurrentDomain_UnhandledException ( object sender, |
||
sender | object | The source of the event. |
e | The event arguments. | |
return | void |
public static PostErrorLog ( string log ) : void | ||
log | string | The log to post. |
return | void |