Class DeploymentException
Thrown for deployement related problems.
Namespace: Neon.Deployment
Assembly: Neon.Deployment.dll
Syntax
public class DeploymentException : Exception
Constructors
DeploymentException(string, Exception)
Constructor.
Declaration
public DeploymentException(string message, Exception innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
| Exception | innerException | Optionally specifies an inner exception. |