Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHOpenChannelFailedException Class / SSHOpenChannelFailedException Constructor / SSHOpenChannelFailedException Constructor(String,ChannelOpenFailurePayload)


SSHOpenChannelFailedException Constructor(String,ChannelOpenFailurePayload)
Syntax
'Declaration
 
Public Function New( _
   ByVal channelType As String, _
   ByVal channelOpenFailurePayload As ChannelOpenFailurePayload _
)
 
'Usage
 
Dim channelType As String
Dim channelOpenFailurePayload As ChannelOpenFailurePayload
 
Dim instance As New SSHOpenChannelFailedException(channelType, channelOpenFailurePayload)

Parameters

channelType
channelOpenFailurePayload
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