Overload | Description |
---|---|
SSHException Constructor() | Initializes a new instance of the SSHException class. |
SSHException Constructor(String) | Initializes a new instance of the SSHException class using the provided message string. |
SSHException Constructor(String,Exception) | Initializes a new instance of the SSHException class using the provided message string and inner exception. |
SSHException Constructor(String,Object[]) | Initializes a new instance of the SSHException class using the provided string message format and message arguments. |
SSHException Constructor(Exception,String,Object[]) | Initializes a new instance of the SSHException class the provided inner exception, string message format, and message arguments. |
SSHException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the SSHException class with serialized data. |