Closed claudiubelu closed 8 years ago
Adds the x_wmi_not_found WMI exception.
If an element was not found, the mi error raised will have the mi_result = 6. When wrapping mi errors into wmi exceptions, raises x_wmi_not_found exception if mi_result is 6.
Raises x_wmi_not_found exception if the given element was not found.
Adds the x_wmi_not_found WMI exception.
If an element was not found, the mi error raised will have the mi_result = 6. When wrapping mi errors into wmi exceptions, raises x_wmi_not_found exception if mi_result is 6.
Raises x_wmi_not_found exception if the given element was not found.