InfoWarningErrorMessageControllerChooseSaveError Method |
Lets the user choose how to handle a save error.
Namespace: Altaxo.Gui.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
ChooseSaveErrorResultThe selected save-error handling option.
See Also