C# Class NAPS2.WinForms.MessageBoxErrorOutput

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
MessageBoxErrorOutput ( DialogHelper dialogHelper ) : System

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

MessageBoxErrorOutput() public méthode

public MessageBoxErrorOutput ( DialogHelper dialogHelper ) : System
dialogHelper DialogHelper
Résultat System