IErrorHandler Error Method (String, Exception, ErrorCode)Apache log4net™ SDK Documentation
Handles the error and information about the error condition is passed as a parameter.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

void Error(
	string message,
	Exception e,
	ErrorCode errorCode
)
Remarks

Handles the error and information about the error condition is passed as a parameter.

See Also