OnlyOnceErrorHandler.FirstError Method Apache log4netâ„¢ SDK Documentation
Log the very first error

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

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

Parameters

message
Type: System.String
The error message.
e
Type: System.Exception
The exception.
errorCode
Type: log4net.Core.ErrorCode
The internal error code.
Remarks

Sends the error information to LogLog's Error method.

See Also

Reference