Click or drag to resize

TextWriterMessageServiceInformSaveError Method

Show a message informing the user about a save error.

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

Implements

IMessageServiceInformSaveError(PathName, String, String, Exception)
See Also