C# Class ICSharpCode.Core.SaveErrorInformDialog

Add summary description for SaveErrorInformDialog
Inheritance: System.Windows.Forms.Form
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
SaveErrorInformDialog ( string fileName, string message, string dialogName, Exception exceptionGot ) : System

Private Methods

Method Description
InitializeComponent2 ( ) : void

This method was autogenerated - do not change the contents manually

ShowException ( object sender, EventArgs e ) : void

Method Details

SaveErrorInformDialog() public method

public SaveErrorInformDialog ( string fileName, string message, string dialogName, Exception exceptionGot ) : System
fileName string
message string
dialogName string
exceptionGot System.Exception
return System