Share via


CimException.NativeErrorCode Property

 

Gets the native error code returned from the MI client API.

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

Syntax

public NativeErrorCode NativeErrorCode { get; private set; }
public:
property NativeErrorCode NativeErrorCode {
    NativeErrorCode get();
    private: void set(NativeErrorCode value);
}
member NativeErrorCode : NativeErrorCode with get, private set
Public Property NativeErrorCode As NativeErrorCode
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Management.Infrastructure.NativeErrorCode

The native error code.

See Also

CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top