C# 클래스 withSIX.Core.Presentation.SA.UnhandledExceptionHandlerWithAdvancedUI

상속: UnhandledExceptionHandler
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
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