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


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

Parameters

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