Xceed .NET Libraries Documentation
SSHAuthenticationException Constructor(String,String,String,SSHPacketPayload)


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SSHAuthenticationException Class > SSHAuthenticationException Constructor : SSHAuthenticationException Constructor(String,String,String,SSHPacketPayload)
Syntax
'Declaration
 
Public Function New( _

   ByVal authenticationMethodString As String, _

   ByVal serviceName As String, _

   ByVal userName As String, _

   ByVal authenticationRequestReply As SSHPacketPayload _

)
'Usage
 
Dim authenticationMethodString As String

Dim serviceName As String

Dim userName As String

Dim authenticationRequestReply As SSHPacketPayload

 

Dim instance As New SSHAuthenticationException(authenticationMethodString, serviceName, userName, authenticationRequestReply)
public SSHAuthenticationException( 

   string authenticationMethodString,

   string serviceName,

   string userName,

   SSHPacketPayload authenticationRequestReply

)

Parameters

authenticationMethodString
serviceName
userName
authenticationRequestReply
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHAuthenticationException Class
SSHAuthenticationException Members
Overload List