InfoWarningErrorMessageControllerInformSaveError Method |
Informs the user about a save error.
Namespace: Altaxo.Gui.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void InformSaveError(
FileName fileName,
string message,
string dialogName,
Exception exceptionGot
)
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.
See Also