public void SshOperationTimeoutExceptionConstructorTest2()
 {
     string message = string.Empty; // TODO: Initialize to an appropriate value
     Exception innerException = null; // TODO: Initialize to an appropriate value
     SshOperationTimeoutException target = new SshOperationTimeoutException(message, innerException);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void SshOperationTimeoutExceptionConstructorTest()
 {
     SshOperationTimeoutException target = new SshOperationTimeoutException();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }