C# Class withSIX.Core.Presentation.SA.UnhandledExceptionHandlerWithAdvancedUI

Inheritance: UnhandledExceptionHandler
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
AttachApp ( ) : bool
GetProductVersion ( ) : string

Méthodes protégées

Méthode Description
GetUserID ( ) : System.Guid
OnFatalException ( FatalExceptionEventArgs e ) : void
OnReportException ( ReportExceptionEventArgs e ) : void
OnSecurityException ( SecurityExceptionEventArgs e ) : void

Private Methods

Méthode Description
BasicExceptionDialog ( Exception exception ) : void
LogError ( Exception ex ) : void
TryAddFullExceptionTrace ( ReportExceptionEventArgs e ) : void
TryAddSystemInfo ( ReportExceptionEventArgs e ) : void

Method Details

AttachApp() public static méthode

public static AttachApp ( ) : bool
Résultat bool

GetProductVersion() public méthode

public GetProductVersion ( ) : string
Résultat string

GetUserID() protected méthode

protected GetUserID ( ) : System.Guid
Résultat System.Guid

OnFatalException() protected méthode

protected OnFatalException ( FatalExceptionEventArgs e ) : void
e FatalExceptionEventArgs
Résultat void

OnReportException() protected méthode

protected OnReportException ( ReportExceptionEventArgs e ) : void
e ReportExceptionEventArgs
Résultat void

OnSecurityException() protected méthode

protected OnSecurityException ( SecurityExceptionEventArgs e ) : void
e SecurityExceptionEventArgs
Résultat void