Exemplo n.º 1
0
 public void TestConnection()
 {
     try
     {
         connector.TestConnection();
     }
     catch (Exception e)
     {
         throw new DatabaseLoaderException("Could not open database connection. See inner exception for details.", e);
     }
 }