Class SshAuthenticationException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when authentication failed.
public class SshAuthenticationException : SshException, ISerializable
Inheritance
Implements
Inherited Members
Constructors
SshAuthenticationException()
Initializes a new instance of the Renci.SshNet.Common.SshAuthenticationException class.
public SshAuthenticationException()
SshAuthenticationException(string)
Initializes a new instance of the Renci.SshNet.Common.SshAuthenticationException class.
public SshAuthenticationException(string message)
Parameters
message
string-
The message.
SshAuthenticationException(string, Exception)
Initializes a new instance of the Renci.SshNet.Common.SshAuthenticationException class.
public SshAuthenticationException(string message, Exception innerException)