C# Class NPerfRunner.Wpf.ErrorHandler

Mostra file Open project: Orcomp/NPerfRunner

Public Methods

Method Description
HandleError ( UserError error ) : IObservable
HandleErrors ( IReactiveCommand command ) : IDisposable
ReportException ( Exception ex ) : void
ReportExperimentError ( ExperimentError error, TestInfo testInfo ) : void

Method Details

HandleError() public method

public HandleError ( UserError error ) : IObservable
error UserError
return IObservable

HandleErrors() public method

public HandleErrors ( IReactiveCommand command ) : IDisposable
command IReactiveCommand
return IDisposable

ReportException() public method

public ReportException ( Exception ex ) : void
ex System.Exception
return void

ReportExperimentError() public method

public ReportExperimentError ( ExperimentError error, TestInfo testInfo ) : void
error NPerf.Core.PerfTestResults.ExperimentError
testInfo NPerf.Core.Info.TestInfo
return void