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/mscorlib/system/reflection/assembly.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/reflection/assembly.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/reflection/assembly.cs b/mcs/class/referencesource/mscorlib/system/reflection/assembly.cs
index 84bc21c562d..24bd7365124 100644
--- a/mcs/class/referencesource/mscorlib/system/reflection/assembly.cs
+++ b/mcs/class/referencesource/mscorlib/system/reflection/assembly.cs
@@ -1146,7 +1146,7 @@ namespace System.Reflection
}
- // Keep this in sync with LOADCTX_TYPE defined in fusionpriv.idl
+ // Keep this in [....] with LOADCTX_TYPE defined in fusionpriv.idl
internal enum LoadContext
{
DEFAULT,
@@ -2915,9 +2915,9 @@ namespace System.Reflection
if (e.IsTransient)
throw;
- // See Dev11
-
-
+ // See Dev11 bug 298776 (DevDiv2 TFS database). Sometimes
+ // UnauthorizedAccessException will be thrown by the call to
+ // Fusion.ReadCache.
// We also catch any other exception types we haven't come across yet,
// not just UnauthorizedAccessException.