InfoWarningErrorMessageControllerWriteErrorLine(String, String, Object) Method |
Writes a formatted 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 format,
params Object[] args
)
Parameters
- source String
- The source of the error.
- format String
- The composite format string.
- args Object
- The format arguments.
See Also