IMessageServiceInformSaveError Method |
Show a message informing the user about a save error.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid InformSaveError(
PathName fileName,
string message,
string dialogName,
Exception exceptionGot
)
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.
See Also