Share via


CimException.ErrorData Property

 

Gets the error data of the exception. This is typically an instance of a standard CIM_Error class or derived class.

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

Syntax

public CimInstance ErrorData { get; }
public:
property CimInstance^ ErrorData {
    CimInstance^ get();
}
member ErrorData : CimInstance with get
Public ReadOnly Property ErrorData As CimInstance

Property Value

Type: Microsoft.Management.Infrastructure.CimInstance

The CIM_Error instance.

See Also

CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top