C# Class Nanook.TheGhost.ExceptionMessageForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Nanook/TheGHOST Class Usage Examples

Méthodes publiques

Méthode Description
ExceptionMessageForm ( ) : System
ExceptionMessageForm ( Exception ex ) : System

Private Methods

Méthode Description
btnContinue_Click ( object sender, EventArgs e ) : void
btnCopy_Click ( object sender, EventArgs e ) : void
btnTerminate_Click ( object sender, EventArgs e ) : void
frmExceptionMessage_Load ( object sender, EventArgs e ) : void

Method Details

ExceptionMessageForm() public méthode

public ExceptionMessageForm ( ) : System
Résultat System

ExceptionMessageForm() public méthode

public ExceptionMessageForm ( Exception ex ) : System
ex System.Exception
Résultat System