C# Class ICSharpCode.Core.SaveErrorChooseDialog

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

Public Methods

Method Description
SaveErrorChooseDialog ( string fileName, string message, string dialogName, Exception exceptionGot, bool chooseLocationEnabled ) : System

Private Methods

Method Description
InitializeComponents ( bool chooseLocationEnabled ) : void

This method was autogenerated - do not change the contents manually

ShowException ( object sender, EventArgs e ) : void

Method Details

SaveErrorChooseDialog() public method

public SaveErrorChooseDialog ( string fileName, string message, string dialogName, Exception exceptionGot, bool chooseLocationEnabled ) : System
fileName string
message string
dialogName string
exceptionGot System.Exception
chooseLocationEnabled bool
return System