C# Class DocumentIndexer.Implementations.EventLogBasedErrorReporter

Inheritance: IErrorReporter
Exibir arquivo Open project: ymassad/CompositionExample

Public Methods

Method Description
EventLogBasedErrorReporter ( EventLog eventLog ) : System
ReportError ( Exception exception ) : void

Method Details

EventLogBasedErrorReporter() public method

public EventLogBasedErrorReporter ( EventLog eventLog ) : System
eventLog EventLog
return System

ReportError() public method

public ReportError ( Exception exception ) : void
exception Exception
return void