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