EventLogEntry::Message Property
.NET Framework (current version)
Gets the localized message associated with this event entry.
Assembly: System (in System.dll)
Property Value
Type: System::String^The formatted, localized text for the message. This includes associated replacement strings.
| Exception | Condition |
|---|---|
| Exception | The space could not be allocated for one of the insertion strings associated with the message. |
Getting this property opens the registry to determine the file name of the .dll file that contains the localized text. If you receive a registry error when testing your source code, verify that the .dll file exists on the computer. If insertion strings are included in the message, catch errors in their allocation.
.NET Framework
Available since 1.1
Available since 1.1
Show: