Click or drag to resize
ISystemLoggerErrorException Method

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

Logs an Error event, Error is reserved for critical errors that does not terminate the process

Namespace: Netadmin.Core.Logging
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void ErrorException(
	Exception exception,
	string format,
	params Object[] args
)

Parameters

exception
Type: SystemException
The exception to log
format
Type: SystemString
A string using standard string.Format() structure
args
Type: SystemObject
a list of arguments that will be used to format the message.
See Also