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