InfoWarningErrorMessageControllerWriteErrorLine(String, String) Method |
Writes an error line.
Namespace: Altaxo.Gui.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void WriteErrorLine(
string source,
string message
)
Parameters
- source String
- The source of the error.
- message String
- The error message.
See Also