Class SshOperationTimeoutException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when operation is timed out.
public class SshOperationTimeoutException : SshException, ISerializableInheritance
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
messagestring-
The message.
SshOperationTimeoutException(string, Exception)
Initializes a new instance of the Renci.SshNet.Common.SshOperationTimeoutException class.
public SshOperationTimeoutException(string message, Exception innerException)