Inheritance: SshException
Exemplo n.º 1
0
 public void ScpExceptionConstructorTest2()
 {
     string message = string.Empty; // TODO: Initialize to an appropriate value
     Exception innerException = null; // TODO: Initialize to an appropriate value
     ScpException target = new ScpException(message, innerException);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Exemplo n.º 2
0
 public void ScpExceptionConstructorTest()
 {
     ScpException target = new ScpException();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }