TextWriterMessageServiceWriteErrorLine(String, String, Object) Method |
Writes a formatted error line.
Namespace: Altaxo.Main.Services.ImplementationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void WriteErrorLine(
string caption,
string message,
params Object[] args
)
Parameters
- caption String
- The caption written before the message.
- message String
- The composite format string.
- args Object
- The format arguments.
See Also