Renci.SshNet.Common.SshAuthenticationException
The exception that is thrown when authentication failed.
namespace Renci.SshNet.Common
{
public class SshAuthenticationException : SshException
{
public SshAuthenticationException();
public SshAuthenticationException(string message);
public SshAuthenticationException(string message, Exception innerException);
}
}