Click or drag to resize

IMessageServiceChooseSaveError Method

Show a message informing the user about a save error, and allow him to retry/save under alternative name.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
ChooseSaveErrorResult ChooseSaveError(
	PathName fileName,
	string message,
	string dialogName,
	Exception exceptionGot,
	bool chooseLocationEnabled
)

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.
chooseLocationEnabled  Boolean
to enable choosing an alternative save location; otherwise, .

Return Value

ChooseSaveErrorResult
The action chosen by the user.
See Also