'Declaration Public Function New( _ ByVal timeout As Integer, _ ByVal topic As String, _ ByVal waitTarget As String, _ ByVal innerException As Exception _ )
'Usage Dim timeout As Integer Dim topic As String Dim waitTarget As String Dim innerException As Exception Dim instance As New SSHTimeoutException(timeout, topic, waitTarget, innerException)
public SSHTimeoutException( int timeout, string topic, string waitTarget, Exception innerException )
Parameters
- timeout
- The SSH client's timeout.
- topic
- A description of the context.
- waitTarget
- The target the client is waiting on.
- innerException
- The inner exception of this exception.