C# Class ATMLCommonLibrary.forms.ATMLErrorForm

Inheritance: ATMLForm
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
ATMLErrorForm ( Exception e ) : System
ATMLErrorForm ( String title, String message, string note = null ) : System
ShowError ( Exception e ) : void
ShowValidationMessage ( string title, string message, string note = null ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnPrint_Click ( object sender, EventArgs e ) : void

Method Details

ATMLErrorForm() public method

public ATMLErrorForm ( Exception e ) : System
e System.Exception
return System

ATMLErrorForm() public method

public ATMLErrorForm ( String title, String message, string note = null ) : System
title String
message String
note string
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ShowError() public static method

public static ShowError ( Exception e ) : void
e System.Exception
return void

ShowValidationMessage() public static method

public static ShowValidationMessage ( string title, string message, string note = null ) : void
title string
message string
note string
return void