C# Class Nanook.TheGhost.ExceptionMessageForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Nanook/TheGHOST Class Usage Examples

Public Methods

Method Description
ExceptionMessageForm ( ) : System
ExceptionMessageForm ( Exception ex ) : System

Private Methods

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

public ExceptionMessageForm ( ) : System
return System

ExceptionMessageForm() public method

public ExceptionMessageForm ( Exception ex ) : System
ex System.Exception
return System