summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/IO/FileNotFoundException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/IO/FileNotFoundException.cs')
-rw-r--r--src/mscorlib/src/System/IO/FileNotFoundException.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mscorlib/src/System/IO/FileNotFoundException.cs b/src/mscorlib/src/System/IO/FileNotFoundException.cs
index 67230f92e4..8cc75f8232 100644
--- a/src/mscorlib/src/System/IO/FileNotFoundException.cs
+++ b/src/mscorlib/src/System/IO/FileNotFoundException.cs
@@ -136,11 +136,9 @@ namespace System.IO {
}
public String FusionLog {
- [System.Security.SecuritySafeCritical] // auto-generated
get { return _fusionLog; }
}
- [System.Security.SecurityCritical] // auto-generated_required
public override void GetObjectData(SerializationInfo info, StreamingContext context) {
// Serialize data for our base classes. base will verify info != null.
base.GetObjectData(info, context);