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