Overload | Description |
---|---|
SSHIdentificationStringException Constructor() | Initializes a new instance of the SSHIdentificationStringException. |
SSHIdentificationStringException Constructor(String) | Initializes a new instance of the SSHIdentificationStringException using the passed message string. |
SSHIdentificationStringException Constructor(String,Exception) | Initializes a new instance of the SSHIdentificationStringException using the passed message string and inner exception. |
SSHIdentificationStringException Constructor(String,Object[]) | Initializes a new instance of the SSHIdentificationStringException using the passed message format string and arguments. |
SSHIdentificationStringException Constructor(Exception,String,Object[]) | Initializes a new instance of the SSHIdentificationStringException using the passed inner exception, message format string, and message arguments. |