Click or drag to resize

TextWriterLoggingServiceError(Object, Exception) Method

Writes an error message together with an exception.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Error(
	Object message,
	Exception? exception
)

Parameters

message  Object
The message to log.
exception  Exception
The related exception.

Implements

ILoggingServiceError(Object, Exception)
See Also