C# Class ATMLCommonLibrary.forms.ATMLErrorForm

Inheritance: ATMLForm
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ATMLErrorForm ( Exception e ) : System
e System.Exception
Résultat System

ATMLErrorForm() public méthode

public ATMLErrorForm ( String title, String message, string note = null ) : System
title String
message String
note string
Résultat System

Dispose() protected méthode

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

ShowError() public static méthode

public static ShowError ( Exception e ) : void
e System.Exception
Résultat void

ShowValidationMessage() public static méthode

public static ShowValidationMessage ( string title, string message, string note = null ) : void
title string
message string
note string
Résultat void