Retrieves the message corresponding with a Win32 message identifier.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- messageId
- Type: SystemInt32
Message identifier for the requested message.
Return Value
Type: StringThe 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