C# Class DocumentIndexer.Implementations.EventLogBasedErrorReporter

Inheritance: IErrorReporter
Afficher le fichier Open project: ymassad/CompositionExample

Méthodes publiques

Méthode Description
EventLogBasedErrorReporter ( EventLog eventLog ) : System
ReportError ( Exception exception ) : void

Method Details

EventLogBasedErrorReporter() public méthode

public EventLogBasedErrorReporter ( EventLog eventLog ) : System
eventLog EventLog
Résultat System

ReportError() public méthode

public ReportError ( Exception exception ) : void
exception Exception
Résultat void