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


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHAlgorithmFactoryException Class > SSHAlgorithmFactoryException Constructor : SSHAlgorithmFactoryException Constructor(Type,String,Exception,String,Object[])
The Type of the algorithm factory.
The name of the algorithm.
The inner exception of this exception.
The format string of the message.
The arguments to use in the message.
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.
Syntax
'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.
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