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

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StrConfiguration string

공개 메소드들

메소드 설명
Handle ( Exception exception, ReportExceptionEventArgs e = null ) : bool
ParseMessage ( string msg, bool handleHyperlinks = true ) : string

비공개 메소드들

메소드 설명
Escape ( string input ) : string
ExitMessageHandler ( Exception e, bool>.Tuple r, string moreInfo = null ) : void
HandleAggregateException ( AggregateException aggregrateException, ReportExceptionEventArgs et ) : bool>.Tuple
HandleCompositionError ( System.ComponentModel.Composition.CompositionException e, ReportExceptionEventArgs et ) : bool>.Tuple
HandleHyperlinks ( string str ) : string
HandleReflectionTypeLoadException ( ReflectionTypeLoadException e, ReportExceptionEventArgs et ) : bool>.Tuple
InternalHandler ( Exception exception, ReportExceptionEventArgs et, bool loader = false ) : bool>.Tuple
ShowDialog ( string moreInfo, string message, string title, Exception e ) : void
TryShowDialog ( string moreInfo, string message, string title, Exception e ) : void

메소드 상세

Handle() 공개 메소드

public Handle ( Exception exception, ReportExceptionEventArgs e = null ) : bool
exception System.Exception
e ReportExceptionEventArgs
리턴 bool

ParseMessage() 공개 정적인 메소드

public static ParseMessage ( string msg, bool handleHyperlinks = true ) : string
msg string
handleHyperlinks bool
리턴 string

프로퍼티 상세

StrConfiguration 공개적으로 정적으로 프로퍼티

public static string StrConfiguration
리턴 string