C# Class CalDavSynchronizer.Utilities.ExceptionHandler

Inheritance: IExceptionHandler
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Свойство Type Description
Instance IExceptionHandler

Méthodes publiques

Méthode Description
DisplayException ( Exception exception, log4net.ILog logger ) : void
LogException ( Exception exception, log4net.ILog logger ) : void

Private Methods

Méthode 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 méthode

public DisplayException ( Exception exception, log4net.ILog logger ) : void
exception System.Exception
logger log4net.ILog
Résultat void

LogException() public méthode

public LogException ( Exception exception, log4net.ILog logger ) : void
exception System.Exception
logger log4net.ILog
Résultat void

Property Details

Instance public_oe static_oe property

public static IExceptionHandler Instance
Résultat IExceptionHandler