Whisperstream Research Group - CommLib Documentation

TimeoutException Constructor 

TimeoutException constructor

public TimeoutException(
   string hostAddress,
   int port,
   string command,
   int timeoutLength,
   string dataReceived
);

Parameters

hostAddress
the telnet host address
port
the telnet port
command
the command that caused the timeout to occur
timeoutLength
the timeout length in milliseconds
dataReceived
the data received up to the point of the timeout

See Also

TimeoutException Class | Whisperstream.CommLib.TelnetLib Namespace