public void ErrorHandlingConstructorTest()
 {
     ErrorHandling target = new ErrorHandling();
     Assert.IsNotNull(target);
 }