C# Класс withSIX.Core.Presentation.SA.UnhandledExceptionHandlerWithAdvancedUI

Наследование: UnhandledExceptionHandler
Показать файл Открыть проект

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

Метод Описание
AttachApp ( ) : bool
GetProductVersion ( ) : string

Защищенные методы

Метод Описание
GetUserID ( ) : System.Guid
OnFatalException ( FatalExceptionEventArgs e ) : void
OnReportException ( ReportExceptionEventArgs e ) : void
OnSecurityException ( SecurityExceptionEventArgs e ) : void

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

Метод Описание
BasicExceptionDialog ( Exception exception ) : void
LogError ( Exception ex ) : void
TryAddFullExceptionTrace ( ReportExceptionEventArgs e ) : void
TryAddSystemInfo ( ReportExceptionEventArgs e ) : void

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

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

public static AttachApp ( ) : bool
Результат bool

GetProductVersion() публичный Метод

public GetProductVersion ( ) : string
Результат string

GetUserID() защищенный Метод

protected GetUserID ( ) : System.Guid
Результат System.Guid

OnFatalException() защищенный Метод

protected OnFatalException ( FatalExceptionEventArgs e ) : void
e FatalExceptionEventArgs
Результат void

OnReportException() защищенный Метод

protected OnReportException ( ReportExceptionEventArgs e ) : void
e ReportExceptionEventArgs
Результат void

OnSecurityException() защищенный Метод

protected OnSecurityException ( SecurityExceptionEventArgs e ) : void
e SecurityExceptionEventArgs
Результат void