EventLogException::Message Property

 

Gets the error message that describes the current exception.

Namespace:   System.Diagnostics.Eventing.Reader
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.

.NET Framework
Available since 3.5
Return to top
Show: