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