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

Parameters

fileName  PathName

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

message  String

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

dialogName  String

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

exceptionGot  Exception

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

See Also