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