Class SshProxyException
Thrown for LinuxSshProxy<TMetadata> errors.
Namespace: Neon.SSH
Assembly: Neon.SSH.dll
Syntax
public class SshProxyException : Exception
Constructors
SshProxyException(string, Exception)
Constructor.
Declaration
public SshProxyException(string message, Exception innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Specifies the exception message. |
| Exception | innerException | Optionally specifies an inner exception. |