ILoggingServiceFatal(Object, Exception) Method |
[Missing <summary> documentation for "M:Altaxo.Main.Services.ILoggingService.Fatal(System.Object,System.Exception)"]
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Fatal(
Object message,
Exception? exception
)
Parameters
- message Object
[Missing <param name="message"/> documentation for "M:Altaxo.Main.Services.ILoggingService.Fatal(System.Object,System.Exception)"]
- exception Exception
[Missing <param name="exception"/> documentation for "M:Altaxo.Main.Services.ILoggingService.Fatal(System.Object,System.Exception)"]
See Also