'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)
Parameters
- timeout
- The SSH client's timeout.
- topic
- A description of the context.
- waitTarget
- The target the client is waiting on.