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