From 4b11dc566a5bbfa1378d6266525c281b028abcc8 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 10 Feb 2017 20:35:12 +0900 Subject: Imported Upstream version 1.0.0.9910 --- src/mscorlib/src/System/IO/FileLoadException.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mscorlib/src/System/IO/FileLoadException.cs') diff --git a/src/mscorlib/src/System/IO/FileLoadException.cs b/src/mscorlib/src/System/IO/FileLoadException.cs index 2b56c00191..980d2514aa 100644 --- a/src/mscorlib/src/System/IO/FileLoadException.cs +++ b/src/mscorlib/src/System/IO/FileLoadException.cs @@ -20,14 +20,12 @@ using System.Runtime.Serialization; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Security; -using System.Security.Permissions; using System.Runtime.Versioning; using SecurityException = System.Security.SecurityException; namespace System.IO { [Serializable] - [System.Runtime.InteropServices.ComVisible(true)] public class FileLoadException : IOException { private String _fileName; // the name of the file we could not load. -- cgit v1.2.3