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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2018-08-31 21:16:19 +0300
committerJan Kotas <jkotas@microsoft.com>2018-08-31 22:29:15 +0300
commitd82d460a8530a57e4915060be37fb42c7a661f48 (patch)
tree83c88bb2664b46b4e07a4a60d1882dad33df92e5 /src/System.Private.CoreLib/shared/System/MemberAccessException.cs
parent77819373b1b4dbe975e3c793f246de777983ca9a (diff)
Revert "Remove not necessary type forwarded from attributes when type comes from mscorlib in netfx" (#19784)
This reverts commit 4fb001d431e0f44df15709f02f776e565fec14c7. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/MemberAccessException.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/MemberAccessException.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/MemberAccessException.cs b/src/System.Private.CoreLib/shared/System/MemberAccessException.cs
index 5e07cce29..0cf1e0fbe 100644
--- a/src/System.Private.CoreLib/shared/System/MemberAccessException.cs
+++ b/src/System.Private.CoreLib/shared/System/MemberAccessException.cs
@@ -15,6 +15,7 @@ namespace System
// The MemberAccessException is thrown when trying to access a class
// member fails.
[Serializable]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public class MemberAccessException : SystemException
{
// Creates a new MemberAccessException with its message string set to