IMessageServiceChooseSaveError Method |
Show a message informing the user about a save error,
and allow him to retry/save under alternative name.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxChooseSaveErrorResult ChooseSaveError(
PathName fileName,
string message,
string dialogName,
Exception exceptionGot,
bool chooseLocationEnabled
)
Parameters
- fileName PathName
- The file name involved in the save error.
- message String
- The message to show.
- dialogName String
- The dialog title or resource name.
- exceptionGot Exception
- The exception that caused the save error.
- chooseLocationEnabled Boolean
- to enable choosing an alternative save location; otherwise, .
Return Value
ChooseSaveErrorResultThe action chosen by the user.
See Also