C# Class DataHubServicesAddin.Dialogs.ErrorForm

Form for displaying errors
Inheritance: System.Windows.Forms.Form
Show file Open project: EsriUK/OnlineServicesAddin

Public Methods

Method Description
ErrorForm ( ) : System

Initializes a new instance of the frmError class.

ErrorForm ( Exception exception ) : System

Initializes a new instance of the frmError class.

ErrorForm ( string message ) : System

Initializes a new instance of the frmError class.

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.

butOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butOK control.

Method Details

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

ErrorForm() public method

Initializes a new instance of the frmError class.
public ErrorForm ( ) : System
return System

ErrorForm() public method

Initializes a new instance of the frmError class.
public ErrorForm ( Exception exception ) : System
exception System.Exception The exception.
return System

ErrorForm() public method

Initializes a new instance of the frmError class.
public ErrorForm ( string message ) : System
message string The message.
return System