Click or drag to resize

InfoWarningErrorMessageControllerInformSaveError Method

Informs the user about 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 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