VmRunException Constructor
Initializes a new instance of the System.Exception class with a specified error message and exit code.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public VmRunException(
string message,
int exitCode
)
Public Sub New (
message As String,
exitCode As Integer
)
Dim message As String
Dim exitCode As Integer
Dim instance As New VmRunException(message,
exitCode)
public:
VmRunException(
String^ message,
int exitCode
)
new :
message : string *
exitCode : int -> VmRunException
No code example is currently available or this language may not be supported.
Parameters
- message String
-
The error message thrown by VMWare's vmrun.exe application.
- exitCode Int32
-
The exit code of VMWare's vmrun.exe application