OnlyOnceErrorHandlerFirstError Method Apache log4net™ SDK Documentation
Log the very first error

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual void FirstError(
	string message,
	Exception e,
	ErrorCode errorCode
)

Parameters

message
Type: SystemString
The error message.
e
Type: SystemException
The exception.
errorCode
Type: log4net.CoreErrorCode
The internal error code.
Remarks

Sends the error information to LogLog's Error method.

See Also

Reference