Share via


CimException.MessageId Property

 

Gets the MessageId property that represents an opaque string that uniquely identifies the format of the message.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public string MessageId { get; }
public:
property String^ MessageId {
    String^ get();
}
member MessageId : string with get
Public ReadOnly Property MessageId As String

Property Value

Type: System.String

The exception's MessageId.

See Also

CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top