summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2018-08-31 11:16:19 -0700
committerJan Kotas <jkotas@microsoft.com>2018-08-31 11:16:19 -0700
commit3b807944d8822b44eb5085d6b95b130b4a91808f (patch)
treee708e499175bcbd647ed4cdffeabfdcf74d16f78 /src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
parent9ed18951643bc05060b377bf006f2530cb857bdb (diff)
downloadcoreclr-3b807944d8822b44eb5085d6b95b130b4a91808f.tar.gz
coreclr-3b807944d8822b44eb5085d6b95b130b4a91808f.tar.bz2
coreclr-3b807944d8822b44eb5085d6b95b130b4a91808f.zip
Revert "Remove not necessary type forwarded from attributes when type comes from mscorlib in netfx" (#19784)
This reverts commit 4fb001d431e0f44df15709f02f776e565fec14c7.
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs b/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
index f90197eb84..cb07ac7d09 100644
--- a/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
+++ b/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
@@ -12,6 +12,7 @@ using System.Runtime.Serialization;
namespace System
{
[Serializable]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public sealed class MulticastNotSupportedException : SystemException
{
public MulticastNotSupportedException()