Click or drag to resize

DataFileImporterBaseAddError Method

Adds an error message to the provided StringBuilder if it is not or empty.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddError(
	StringBuilder errors,
	string? message
)

Parameters

errors  StringBuilder
The error string builder.
message  String
The error message to add.
See Also