protected override XmlReader GetDbInformation(string informationType)
 {
     try
     {
         return(_wrappedProviderManifest.GetInformation(informationType));
     }
     catch (SystemData.ProviderIncompatibleException exception)
     {
         throw exception.InnerException;
     }
 }