Ejemplo n.º 1
0
        public NamespaceList GetNamespaces(ComPluginSource pluginSource)
        {
            try
            {
                return(ComPluginServiceExecutionFactory.GetNamespaces(pluginSource));
            }

            catch (BadImageFormatException)
            {
                throw;
            }
        }
Ejemplo n.º 2
0
 public NamespaceList GetNamespaces(ComPluginSource pluginSource)
 {
     try
     {
         return(ComPluginServiceExecutionFactory.GetNamespaces(pluginSource));
     }
     // ReSharper disable once RedundantCatchClause
     catch (BadImageFormatException)
     {
         throw;
     }
 }