Click or drag to resize

TextWriterMessageServiceChooseSaveError Method

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


Namespace: Altaxo.Main.Services.Implementation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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.Implementation.TextWriterMessageService.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.Implementation.TextWriterMessageService.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.Implementation.TextWriterMessageService.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.Implementation.TextWriterMessageService.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.Implementation.TextWriterMessageService.ChooseSaveError(Altaxo.Main.Services.PathName,System.String,System.String,System.Exception,System.Boolean)"]

Return Value

ChooseSaveErrorResult

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

Implements

IMessageServiceChooseSaveError(PathName, String, String, Exception, Boolean)
See Also