C# Class Gablarski.Clients.AutomaticErrorReporter

Mostra file Open project: ermau/Gablarski

Public Methods

Method Description
Add ( IErrorReporter reporter ) : void

Adds reporter to the list of error reporters.

AutomaticErrorReporter ( ) : System

Private Methods

Method Description
CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

Add() public method

Adds reporter to the list of error reporters.
is null.
public Add ( IErrorReporter reporter ) : void
reporter IErrorReporter
return void

AutomaticErrorReporter() public method

public AutomaticErrorReporter ( ) : System
return System