C# Класс Yaircc.Program

Represents the application.
Показать файл Открыть проект

Открытые методы

Метод Описание
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Handles unhandled exceptions within the application.

PostErrorLog ( string log ) : void

Post an error log to the web server.

Приватные методы

Метод Описание
Application_ApplicationExit ( object sender, EventArgs e ) : void

Handles the ApplicationExit of System.Windows.Forms.Application.

Main ( ) : void

Описание методов

CurrentDomain_UnhandledException() публичный статический Метод

Handles unhandled exceptions within the application.
public static CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object The source of the event.
e System.UnhandledExceptionEventArgs The event arguments.
Результат void

PostErrorLog() публичный статический Метод

Post an error log to the web server.
public static PostErrorLog ( string log ) : void
log string The log to post.
Результат void