Class RemoteCommandException
Indicates that a remote command execution failed.
Namespace: Neon.SSH
Assembly: Neon.SSH.dll
Syntax
public class RemoteCommandException : Exception
Constructors
RemoteCommandException(string, Exception)
Constructor.
Declaration
public RemoteCommandException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | innerException | The optional inner exception. |