Click or drag to resize

InfoWarningErrorMessageControllerChooseSaveError Method

Lets the user choose how to handle a save error.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ChooseSaveErrorResult ChooseSaveError(
	FileName fileName,
	string message,
	string dialogName,
	Exception exceptionGot,
	bool chooseLocationEnabled
)

Parameters

fileName  FileName
The file that could not be saved.
message  String
The message to show.
dialogName  String
The dialog name.
exceptionGot  Exception
The exception that occurred.
chooseLocationEnabled  Boolean
If set to true, choosing another location is allowed.

Return Value

ChooseSaveErrorResult
The selected save-error handling option.
See Also