EventLogException.Message Property

Definition

Gets the error message that describes the current exception.

public:
 virtual property System::String ^ Message { System::String ^ get(); };
public override string Message { get; }
public override string Message { [System.Security.SecurityCritical] get; }
member this.Message : string
[<get: System.Security.SecurityCritical>]
member this.Message : string
Public Overrides ReadOnly Property Message As String

Property Value

Returns a string that contains the error message that describes the current exception.

Attributes

Applies to