49 references to tag_WBEMSTATUS
System.Management (49)
System\Management\ManagementEventWatcher.cs (2)
688
if (hResult != (int)
tag_WBEMSTATUS
.WBEM_E_CALL_CANCELLED
689
&& hResult != (int)
tag_WBEMSTATUS
.WBEM_S_OPERATION_CANCELLED)
System\Management\ManagementObject.cs (2)
2457
if (status == (int)
tag_WBEMSTATUS
.WBEM_E_NOT_FOUND)
2458
status = (int)
tag_WBEMSTATUS
.WBEM_E_METHOD_NOT_IMPLEMENTED;
System\Management\ManagementObjectCollection.cs (2)
567
if ((status == (int)
tag_WBEMSTATUS
.WBEM_S_TIMEDOUT) && (cachedCount == 0))
571
if ((status == (int)
tag_WBEMSTATUS
.WBEM_S_FALSE) && (cachedCount == 0))
System\Management\ManagementPath.cs (7)
334
if (status == (int)
tag_WBEMSTATUS
.WBEM_E_INVALID_PARAMETER)
524
if (status == (int)
tag_WBEMSTATUS
.WBEM_E_INVALID_PARAMETER)
621
if (status == (int)
tag_WBEMSTATUS
.WBEM_E_NOT_AVAILABLE)
678
ManagementException.ThrowWithExtendedInfo((ManagementStatus)
tag_WBEMSTATUS
.WBEM_E_INVALID_NAMESPACE);
768
else if (status == (int)
tag_WBEMSTATUS
.WBEM_E_NOT_AVAILABLE)
776
else if (status == (int)
tag_WBEMSTATUS
.WBEM_E_NOT_AVAILABLE) // No caller-supplied server name;
828
if (status == (int)
tag_WBEMSTATUS
.WBEM_E_INVALID_PARAMETER)
System\Management\ManagementScope.cs (30)
529
ManagementException.ThrowWithExtendedInfo((ManagementStatus)
tag_WBEMSTATUS
.WBEM_E_INVALID_NAMESPACE);
1044
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1050
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1056
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1062
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1080
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1097
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1148
int status = (int)
tag_WBEMSTATUS
.WBEM_E_NOT_SUPPORTED;
1155
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1161
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1167
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1174
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1180
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1200
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1206
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1212
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1218
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1238
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1244
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1264
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1270
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1276
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1283
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1303
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1309
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1330
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1336
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1357
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1363
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
1369
int status = (int)
tag_WBEMSTATUS
.WBEM_E_FAILED;
System\Management\Method.cs (1)
220
if (status == (int)
tag_WBEMSTATUS
.WBEM_E_INVALID_OBJECT)
System\Management\MethodSet.cs (4)
89
while (methodName != null && status >= 0 && status != (int)
tag_WBEMSTATUS
.WBEM_S_NO_MORE_DATA)
93
if (status >= 0 && status != (int)
tag_WBEMSTATUS
.WBEM_S_NO_MORE_DATA)
267
while (tempMethodName != null && status >= 0 && status != (int)
tag_WBEMSTATUS
.WBEM_S_NO_MORE_DATA)
271
if (status >= 0 && status != (int)
tag_WBEMSTATUS
.WBEM_S_NO_MORE_DATA)
System\Management\Property.cs (1)
233
if (status == (int)
tag_WBEMSTATUS
.WBEM_E_INVALID_OBJECT)