Share via


CimException.ErrorSource Property

 

Gets the identifying information of the instance that generated the error.

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

Syntax

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

Property Value

Type: System.String

The string that represents the error source.

See Also

CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top