Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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