Share via


CimException.ErrorType Property

 

Gets the primary classification of the error.

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

Syntax

public ushort ErrorType { get; }
public:
property unsigned short ErrorType {
    unsigned short get();
}
member ErrorType : uint16 with get
Public ReadOnly Property ErrorType As UShort

Property Value

Type: System.UInt16

The exception's error type.

See Also

CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top