Class HyperVException
Thrown by HyperVClient when an error is detected.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public class HyperVException : Exception
Constructors
HyperVException(Exception)
Constructor.
Declaration
public HyperVException(Exception e = null)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | Optionally specifies an inner exception. |
HyperVException(string, Exception)
Constructor.
Declaration
public HyperVException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | innerException | Optionally specifies an inner exception. |