C# 클래스 CalDavSynchronizer.Utilities.ExceptionHandler

상속: IExceptionHandler
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer

공개 프로퍼티들

프로퍼티 타입 설명
Instance IExceptionHandler

공개 메소드들

메소드 설명
DisplayException ( Exception exception, log4net.ILog logger ) : void
LogException ( Exception exception, log4net.ILog logger ) : void

비공개 메소드들

메소드 설명
AppendHttpResponseDetails ( StringBuilder stringBuilder, WebException exception ) : void
ExceptionHandler ( ) : System
GetAdditionMessageNoThrow ( Exception exception ) : string
GetAdditionalExceptionMessage ( Exception x ) : string
GetAdditionalExceptionMessage ( WebException x ) : string

메소드 상세

DisplayException() 공개 메소드

public DisplayException ( Exception exception, log4net.ILog logger ) : void
exception System.Exception
logger log4net.ILog
리턴 void

LogException() 공개 메소드

public LogException ( Exception exception, log4net.ILog logger ) : void
exception System.Exception
logger log4net.ILog
리턴 void

프로퍼티 상세

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

public static IExceptionHandler Instance
리턴 IExceptionHandler