Class SshException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when an SSH exception occurs.
public class SshException : Exception, ISerializableInheritance
Derived
Implements
Inherited Members
Constructors
SshException()
Initializes a new instance of the Renci.SshNet.Common.SshException class.
public SshException()SshException(string?)
Initializes a new instance of the Renci.SshNet.Common.SshException class.
public SshException(string? message)Parameters
messagestring?-
The error message that explains the reason for the exception.
SshException(string?, Exception?)
Initializes a new instance of the Renci.SshNet.Common.SshException class.
public SshException(string? message, Exception? innerException)