C# Class NAPS2.WinForms.MessageBoxErrorOutput

Inheritance: IErrorOutput
Mostrar archivo Open project: cyanfish/naps2

Public Methods

Method 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 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

MessageBoxErrorOutput() public method

public MessageBoxErrorOutput ( DialogHelper dialogHelper ) : System
dialogHelper DialogHelper
return System