C# Class NAPS2.Automation.ConsoleErrorOutput

Inheritance: IErrorOutput
Datei anzeigen Open project: cyanfish/naps2

Public Methods

Method Description
DisplayError ( string errorMessage ) : void
DisplayError ( string errorMessage, Exception exception ) : void
DisplayError ( string errorMessage, string details ) : void

Method Details

DisplayError() public method

public DisplayError ( string errorMessage ) : void
errorMessage string
return void

DisplayError() public method

public DisplayError ( string errorMessage, Exception exception ) : void
errorMessage string
exception System.Exception
return void

DisplayError() public method

public DisplayError ( string errorMessage, string details ) : void
errorMessage string
details string
return void