Overload | Description |
---|---|
SSHKeyExchangeException Constructor(String,Object[]) | Initializes a new instance of the SSHKeyExchangeException class using the passed message format string and arguments. |
SSHKeyExchangeException Constructor(String,Exception) | Initializes a new instance of the SSHKeyExchangeException class using the passed message string and inner exception. |
SSHKeyExchangeException Constructor(String,IEnumerable<String>,IEnumerable<String>) | Initializes a new instance of the SSHKeyExchangeException class using the passed description, client algorithms, and server algorithms. |
SSHKeyExchangeException Constructor(String,IEnumerable<String>,IEnumerable<String>,Exception) | Initializes a new instance of the SSHKeyExchangeException class using the passed description, client algorithms, server algorithms, and inner exception. |
SSHKeyExchangeException Constructor(IEnumerable<String>,IEnumerable<String>,Exception,String,Object[]) | Initializes a new instance of the SSHKeyExchangeException class using the passed client algorithms, server algorithms, inner exception, message format string, and message arguments. |