Xceed .NET Libraries Documentation
SSHTimeoutException Constructor(Int32,String,String)


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHTimeoutException Class > SSHTimeoutException Constructor : SSHTimeoutException Constructor(Int32,String,String)
The SSH client's timeout.
A description of the context.
The target the client is waiting on.
Initializes a new instance of the SSHTimoutException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal timeout As Integer, _
   ByVal topic As String, _
   ByVal waitTarget As String _
)
'Usage
 
Dim timeout As Integer
Dim topic As String
Dim waitTarget As String
 
Dim instance As New SSHTimeoutException(timeout, topic, waitTarget)
public SSHTimeoutException( 
   int timeout,
   string topic,
   string waitTarget
)

Parameters

timeout
The SSH client's timeout.
topic
A description of the context.
waitTarget
The target the client is waiting on.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHTimeoutException Class
SSHTimeoutException Members
Overload List