OnlyOnceErrorHandler FirstError Method Apache log4net™ SDK Documentation
Log the very first error

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

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

Sends the error information to LogLog's Error method.

See Also