public void TestThrowUnknownErrorException() { VMWareInterop.Check(1); }
public void TestThrowLoginTypeNotSupportedException() { VMWareInterop.Check(3032); }
public void TestThrowOperationWasSuccessfulException() { VMWareInterop.Check(0); }