ManagementException::ErrorInformation Property

 

Gets the extended error object provided by WMI.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
property ManagementBaseObject^ ErrorInformation {
	ManagementBaseObject^ get();
}

Property Value

Type: System.Management::ManagementBaseObject^

Returns a ManagementBaseObject that contains extended error information.

A ManagementBaseObject representing the extended error object provided by WMI, if available; null otherwise.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show: