Click or drag to resize
LogFatalFormat Method (Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)

[This is preliminary documentation and is subject to change.]

Logs a new fatal error entry.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public void FatalFormat(
	Exception exception,
	IFormatProvider formatProvider,
	FormatMessageCallback formatMessageCallback,
	string filePath = null,
	string memberName = null,
	int lineNumber = 0
)

Parameters

exception
Type: SystemException
Exception.
formatProvider
Type: SystemIFormatProvider
Format provider.
formatMessageCallback
Type: YallaFormatMessageCallback
Format message callback delegate.
filePath (Optional)
Type: SystemString
File path (populated by the compiler).
memberName (Optional)
Type: SystemString
Member name (populated by the compiler).
lineNumber (Optional)
Type: SystemInt32
Line number (populated by the compiler).

Implements

ILogFatalFormat(Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)
See Also