Retrieves the message corresponding with a Win32 message identifier.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- messageId
- Type: System Int32
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