'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.