Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / UnsupportedSSHProtocolException Class
Members


In This Topic
    UnsupportedSSHProtocolException Class
    In This Topic
    The exception that is thrown when the SSH server is running an unsupported version.
    Syntax
    Remarks
    Xceed SFTP for .NET only supports version 2.0 of SSH.
    Inheritance Hierarchy

    System.Object
       System.Exception
          Xceed.SSH.Core.SSHException
             Xceed.SSH.Core.SSHTransportLayerException
                Xceed.SSH.Protocols.UnsupportedSSHProtocolException

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the Unsupported SSHProtocolException class.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe exception's default message format.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the SSH server's version.  
    Public Property (Inherited from System.Exception)
    Public PropertyGets the desired version of the  
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Exception)
    Public MethodSets the SerializationInfo with information about the exception. (Inherited from Xceed.SSH.Core.SSHException)
    Public Method (Inherited from System.Exception)
    Public Method (Inherited from System.Exception)
    Top
    Protected Events
     NameDescription
    Protected Event (Inherited from System.Exception)
    Top
    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