'Declaration Public Function New( _ ByVal factory As Type, _ ByVal algorithmName As String, _ ByVal innerException As Exception, _ ByVal format As String, _ ByVal ParamArray args() As Object _ )
'Usage Dim factory As Type Dim algorithmName As String Dim innerException As Exception Dim format As String Dim args() As Object Dim instance As New SSHAlgorithmFactoryException(factory, algorithmName, innerException, format, args)
public SSHAlgorithmFactoryException( Type factory, string algorithmName, Exception innerException, string format, params object[] args )
Parameters
- factory
- The Type of the algorithm factory.
- algorithmName
- The name of the algorithm.
- innerException
- The inner exception of this exception.
- format
- The format string of the message.
- args
- The arguments to use in the message.