Click or drag to resize

IMessageServiceInformSaveError Method

Show a message informing the user about a save error.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void 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