NativeError GetErrorMessage Method Apache log4net™ SDK Documentation
Retrieves the message corresponding with a Win32 message identifier.

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

public static string GetErrorMessage(
	int messageId
)

Parameters

messageId
Type: OnlineSystem Int32
Message identifier for the requested message.

Return Value

Type: OnlineString
The message corresponding with the specified message identifier.
Remarks

The message will be searched for in system message-table resource(s) using the native FormatMessage function.

See Also