Class OnePasswordException
Thrown by the OnePassword for errors.
Namespace: Neon.Deployment
Assembly: Neon.Deployment.dll
Syntax
public class OnePasswordException : Exception
Constructors
OnePasswordException(string, Exception)
Constructor.
Declaration
public OnePasswordException(string message = null, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | Optionally specifies the exception message. |
Exception | innerException | Optionally specifies an inner exception. |