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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbevain <jbevain@gmail.com>2010-04-16 13:12:35 +0400
committerjbevain <jbevain@gmail.com>2010-04-16 13:12:35 +0400
commitc62aeac69281d27eefba1ea8eef540dabdc97a1e (patch)
treeec192fe8c09abe9dfa80f500bdaea60f406fbb35 /Mono.Cecil.Cil/Symbols.cs
parentd1bff1e2e8119eecb0f942924dd0f6015f411d9a (diff)
compile of the Compact Framework
Diffstat (limited to 'Mono.Cecil.Cil/Symbols.cs')
-rw-r--r--Mono.Cecil.Cil/Symbols.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mono.Cecil.Cil/Symbols.cs b/Mono.Cecil.Cil/Symbols.cs
index 3d822fe..8e668b0 100644
--- a/Mono.Cecil.Cil/Symbols.cs
+++ b/Mono.Cecil.Cil/Symbols.cs
@@ -222,7 +222,9 @@ namespace Mono.Cecil.Cil {
if (assembly != null)
return assembly.GetType (fullname);
} catch (FileNotFoundException) {
+#if !CF
} catch (FileLoadException) {
+#endif
}
return null;