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

Inheritance: UnhandledExceptionHandler
Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
AttachApp ( ) : bool
GetProductVersion ( ) : string

Protected Methods

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

Private Methods

Method Description
BasicExceptionDialog ( Exception exception ) : void
LogError ( Exception ex ) : void
TryAddFullExceptionTrace ( ReportExceptionEventArgs e ) : void
TryAddSystemInfo ( ReportExceptionEventArgs e ) : void

Method Details

AttachApp() public static method

public static AttachApp ( ) : bool
return bool

GetProductVersion() public method

public GetProductVersion ( ) : string
return string

GetUserID() protected method

protected GetUserID ( ) : System.Guid
return System.Guid

OnFatalException() protected method

protected OnFatalException ( FatalExceptionEventArgs e ) : void
e FatalExceptionEventArgs
return void

OnReportException() protected method

protected OnReportException ( ReportExceptionEventArgs e ) : void
e ReportExceptionEventArgs
return void

OnSecurityException() protected method

protected OnSecurityException ( SecurityExceptionEventArgs e ) : void
e SecurityExceptionEventArgs
return void