SshException Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
SshException()
Initializes a new instance of the Ssh
Declaration
public SshException()
SshException(String)
Initializes a new instance of the Ssh
Declaration
public SshException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
SshException(String, Exception)
Initializes a new instance of the Ssh
Declaration
public SshException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | inner | The exception that is the cause of the current exception. |
SshException(String, Exception, SshExceptionStatus)
Initializes a new instance of the Ssh
Declaration
public SshException(string message, Exception inner, SshExceptionStatus status)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | inner | The exception that is the cause of the current exception. |
Ssh |
status | One of the Ssh |