Constructs a new SftpAuthentication instance
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public SftpAuthenticationException(
string hostname,
string username
) |
Visual Basic |
---|
Public Sub New ( _
hostname As String, _
username As String _
) |
Visual C++ |
---|
public:
SftpAuthenticationException(
String^ hostname,
String^ username
) |
Parameters
- hostname
- Type: System..::..String
the hostname causing exception
- username
- Type: System..::..String
the username causing exception
See Also