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.3179.0 (4.8.3179.0)
Syntax
C#
ChooseSaveErrorResult ChooseSaveError(
	PathName fileName,
	string message,
	string dialogName,
	Exception exceptionGot,
	bool chooseLocationEnabled
)

Parameters

fileName  PathName

[Missing <param name="fileName"/> documentation for "M:Altaxo.Main.Services.IMessageService.ChooseSaveError(Altaxo.Main.Services.PathName,System.String,System.String,System.Exception,System.Boolean)"]

message  String

[Missing <param name="message"/> documentation for "M:Altaxo.Main.Services.IMessageService.ChooseSaveError(Altaxo.Main.Services.PathName,System.String,System.String,System.Exception,System.Boolean)"]

dialogName  String

[Missing <param name="dialogName"/> documentation for "M:Altaxo.Main.Services.IMessageService.ChooseSaveError(Altaxo.Main.Services.PathName,System.String,System.String,System.Exception,System.Boolean)"]

exceptionGot  Exception

[Missing <param name="exceptionGot"/> documentation for "M:Altaxo.Main.Services.IMessageService.ChooseSaveError(Altaxo.Main.Services.PathName,System.String,System.String,System.Exception,System.Boolean)"]

chooseLocationEnabled  Boolean

[Missing <param name="chooseLocationEnabled"/> documentation for "M:Altaxo.Main.Services.IMessageService.ChooseSaveError(Altaxo.Main.Services.PathName,System.String,System.String,System.Exception,System.Boolean)"]

Return Value

ChooseSaveErrorResult

[Missing <returns> documentation for "M:Altaxo.Main.Services.IMessageService.ChooseSaveError(Altaxo.Main.Services.PathName,System.String,System.String,System.Exception,System.Boolean)"]

See Also