EventLogException::Message Property
.NET Framework (current version)
Gets the error message that describes the current exception.
Assembly: System.Core (in System.Core.dll)
public: property String^ Message { [SecurityCriticalAttribute] virtual String^ get() override; }
Property Value
Type: System::String^Returns a string that contains the error message that describes the current exception.
Implements
_Exception::Message
.NET Framework
Available since 3.5
Available since 3.5
Show: