C# Class CalDavSynchronizer.Utilities.ExceptionHandler

Inheritance: IExceptionHandler
Show file Open project: aluxnimm/outlookcaldavsynchronizer

Public Properties

Property Type Description
Instance IExceptionHandler

Public Methods

Method Description
DisplayException ( Exception exception, log4net.ILog logger ) : void
LogException ( Exception exception, log4net.ILog logger ) : void

Private Methods

Method Description
AppendHttpResponseDetails ( StringBuilder stringBuilder, WebException exception ) : void
ExceptionHandler ( ) : System
GetAdditionMessageNoThrow ( Exception exception ) : string
GetAdditionalExceptionMessage ( Exception x ) : string
GetAdditionalExceptionMessage ( WebException x ) : string

Method Details

DisplayException() public method

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

LogException() public method

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

Property Details

Instance public static property

public static IExceptionHandler Instance
return IExceptionHandler