Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.Web.Extensions/ui/AssemblyCache.cs')
-rw-r--r--mcs/class/referencesource/System.Web.Extensions/ui/AssemblyCache.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System.Web.Extensions/ui/AssemblyCache.cs b/mcs/class/referencesource/System.Web.Extensions/ui/AssemblyCache.cs
index 15ef4492480..5c4032bac79 100644
--- a/mcs/class/referencesource/System.Web.Extensions/ui/AssemblyCache.cs
+++ b/mcs/class/referencesource/System.Web.Extensions/ui/AssemblyCache.cs
@@ -95,7 +95,7 @@ using System.Web.Script;
}
}
catch {
- //
+ // Bug 34311: If we are unable to load the attribute, don't throw.
}
return null;
}