Class SshOperationTimeoutException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when operation is timed out.
public class SshOperationTimeoutException : SshException, ISerializable
Inheritance
Implements
Inherited Members
Constructors
SshOperationTimeoutException()
Initializes a new instance of the Renci.SshNet.Common.SshOperationTimeoutException class.
public SshOperationTimeoutException()
SshOperationTimeoutException(string)
Initializes a new instance of the Renci.SshNet.Common.SshOperationTimeoutException class.
public SshOperationTimeoutException(string message)
Parameters
message
string-
The message.
SshOperationTimeoutException(string, Exception)
Initializes a new instance of the Renci.SshNet.Common.SshOperationTimeoutException class.
public SshOperationTimeoutException(string message, Exception innerException)