Xceed .NET Libraries Documentation
SSHAlgorithmFactoryException Constructor(Type,String)


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHAlgorithmFactoryException Class > SSHAlgorithmFactoryException Constructor : SSHAlgorithmFactoryException Constructor(Type,String)
The Type of the algorithm factory.
The name of the algorithm.
Initializes a new instance of the SSHAlgorithmFactoryException class, specifying the factory's type and the algorithm's name.
Syntax
'Declaration
 
Public Function New( _
   ByVal factory As Type, _
   ByVal algorithmName As String _
)
'Usage
 
Dim factory As Type
Dim algorithmName As String
 
Dim instance As New SSHAlgorithmFactoryException(factory, algorithmName)
public SSHAlgorithmFactoryException( 
   Type factory,
   string algorithmName
)

Parameters

factory
The Type of the algorithm factory.
algorithmName
The name of the algorithm.
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

SSHAlgorithmFactoryException Class
SSHAlgorithmFactoryException Members
Overload List