Click or drag to resize

TextWriterLoggingServiceFatal(Object, Exception) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.TextWriterLoggingService.Fatal(System.Object,System.Exception)"]


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

Parameters

message  Object

[Missing <param name="message"/> documentation for "M:Altaxo.Main.Services.TextWriterLoggingService.Fatal(System.Object,System.Exception)"]

exception  Exception

[Missing <param name="exception"/> documentation for "M:Altaxo.Main.Services.TextWriterLoggingService.Fatal(System.Object,System.Exception)"]

Implements

ILoggingServiceFatal(Object, Exception)
See Also