Class SshException
The exception that is thrown when SSH exception occurs.
public class SshException : Exception, ISerializable
- Inheritance
-
SshException
- Implements
- Derived
- Inherited Members
Constructors
SshException()
Initializes a new instance of the SshException class.
public SshException()
SshException(string)
Initializes a new instance of the SshException class.
public SshException(string message)
Parameters
message
stringThe message.
SshException(string, Exception)
Initializes a new instance of the SshException class.
public SshException(string message, Exception inner)