C# Class NAPS2.Automation.ConsoleErrorOutput

Inheritance: IErrorOutput
Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
DisplayError ( string errorMessage ) : void
DisplayError ( string errorMessage, Exception exception ) : void
DisplayError ( string errorMessage, string details ) : void

Method Details

DisplayError() public méthode

public DisplayError ( string errorMessage ) : void
errorMessage string
Résultat void

DisplayError() public méthode

public DisplayError ( string errorMessage, Exception exception ) : void
errorMessage string
exception System.Exception
Résultat void

DisplayError() public méthode

public DisplayError ( string errorMessage, string details ) : void
errorMessage string
details string
Résultat void