Class SshAuthenticationException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when authentication failed.
public class SshAuthenticationException : SshException, ISerializableInheritance
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
messagestring-
The message.
SshAuthenticationException(string, Exception)
Initializes a new instance of the Renci.SshNet.Common.SshAuthenticationException class.
public SshAuthenticationException(string message, Exception innerException)