Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHAlgorithmFactoryException Class / SSHAlgorithmFactoryException Constructor


In This Topic
    SSHAlgorithmFactoryException Constructor
    In This Topic
    Initializes a new instance of the SSHAlgorithmFactoryException class.
    Overload List
    OverloadDescription
    Initializes a new instance of the SSHAlgorithmFactoryException class, specifying the factory's type and the algorithm's name.  
    Initializes a new instance of the SSHAlgorithmFactoryException class, specifying the factory's type, the algorithm's name, and the inner exception.  
    Initializes a new instance of the SSHAlgorithmFactoryException class, specifying the factory's type, the algorithm's name, the inner exception, the format of the message, and the arguments to use in the message.  
    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