Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains the error type.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[Dynamic, Provider("MS_CLUSTER_PROVIDER"), UUID("{A09B95AB-B364-410C-8431-4C5A6EB791A9}"), AMENDMENT]
class MSCluster_ExtendedStatus : __ExtendedStatus
{
string Description;
string Operation;
string ParameterInfo;
string ProviderName;
uint32 StatusCode;
uint32 ErrorType;
};
Members
The MSCluster_ExtendedStatus class has these types of members:
Properties
The MSCluster_ExtendedStatus class has these properties.
-
Description
-
-
Data type: string
-
Access type: Read-only
Any user-defined string that describes an error or operational status.
This property is inherited from __ExtendedStatus.
-
-
ErrorType
-
-
Data type: uint32
-
Access type: Read-only
The type of error which is returned.
The possible values are.
-
-
Other (0)
-
Win32 (1)
-
Com (2)
-
Virtual Machine (3)
Operation
-
Data type: string
-
Access type: Read-only
Operation that takes place at the time of a failure or anomaly. Typically, Windows Management Instrumentation (WMI) sets this property to the name of a COM API for WMI method such as the following: IWbemServices::CreateInstanceEnum.
This property is inherited from __ExtendedStatus.
ParameterInfo
-
Data type: string
-
Access type: Read-only
Parameters involved in an error or status change. For example, if an application attempts to retrieve a class that does not exist, this property is set to the offending class name.
This property is inherited from __ExtendedStatus.
ProviderName
-
Data type: string
-
Access type: Read-only
Identifies the provider that causes or reports an error or status change. If a provider is not involved, this string is set to "Windows Management".
This property is inherited from __ExtendedStatus.
StatusCode
-
Data type: uint32
-
Access type: Read-only
Contains an error or information code for an operation. This can be any value defined by the provider, but the value 0 (zero) is usually reserved to indicate success. This property is inherited from __NotifyStatus.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\MSCluster |
MOF |
|
DLL |
|