Click or drag to resize

ILogFatalFormat Method (String, Exception, Object)

Namespace:  Common.Logging
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void FatalFormat(
	string format,
	Exception exception,
	params Object[] args
)

Parameters

format
Type: SystemString
exception
Type: SystemException
args
Type: SystemObject
See Also