C# 클래스 ICSharpCode.Core.SaveErrorChooseDialog

Add summary description for SaveErrorChooseDialog
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
SaveErrorChooseDialog ( string fileName, string message, string dialogName, Exception exceptionGot, bool chooseLocationEnabled ) : System

비공개 메소드들

메소드 설명
InitializeComponents ( bool chooseLocationEnabled ) : void

This method was autogenerated - do not change the contents manually

ShowException ( object sender, EventArgs e ) : void

메소드 상세

SaveErrorChooseDialog() 공개 메소드

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