Exception thrown when authentication fails with scp server.

Namespace: Jscape.Scp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public class ScpAuthenticationException : ScpException
Visual Basic
Public Class ScpAuthenticationException _
	Inherits ScpException
Visual C++
public ref class ScpAuthenticationException : public ScpException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        Jscape.Scp..::..ScpException
          Jscape.Scp..::..ScpAuthenticationException

See Also