Constructs a new ScpAuthentication instance

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

Syntax

C#
public ScpAuthenticationException(
	string hostname,
	string username
)
Visual Basic
Public Sub New ( _
	hostname As String, _
	username As String _
)
Visual C++
public:
ScpAuthenticationException(
	String^ hostname, 
	String^ username
)

Parameters

hostname
Type: System..::..String
the hostname causing exception
username
Type: System..::..String
the username causing exception

See Also