Creates a new SshAuthenticationException instance

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

Syntax

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

Parameters

hostname
Type: System..::..String
the ssh hostname
username
Type: System..::..String
the ssh username

See Also