Overload | Description |
---|---|
SSHAlgorithmFactoryException Constructor(Type,String) | Initializes a new instance of the SSHAlgorithmFactoryException class, specifying the factory's type and the algorithm's name. |
SSHAlgorithmFactoryException Constructor(Type,String,Exception) | Initializes a new instance of the SSHAlgorithmFactoryException class, specifying the factory's type, the algorithm's name, and the inner exception. |
SSHAlgorithmFactoryException Constructor(Type,String,Exception,String,Object[]) | 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. |