IVMTask2::Error property
The error recorded for this task.
This property is read-only.
Syntax
HRESULT get_Error(
[out] long *outError
);
VB |
---|
|
Property value
The error recorded for this task.
Error codes
For information on other return values specific to Virtual Server, see HRESULT Codes Specific to the Virtual Server.
Name | Meaning |
---|---|
|
The operation was successful. |
|
The outError parameter is NULL. |
|
The virtual machine could not be found. |
|
Additions are not installed in this virtual machine, or the virtual machine has never been started. |
|
An unexpected error has occurred. |
Requirements
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|
See also
-
VMTask2