Click or drag to resize

ILogFatal Method (Object, Exception)

Namespace:  Common.Logging
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void Fatal(
	Object message,
	Exception exception
)

Parameters

message
Type: SystemObject
exception
Type: SystemException
See Also