summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2018-08-24 12:30:27 -0700
committerSantiago Fernandez Madero <safern@microsoft.com>2018-08-29 13:32:52 -0700
commit8bc0e5e39a3805fa707f366f2a1189e2b25d43b6 (patch)
treebc0e2804d4d88e9684c81a5dfc16311263613f41 /src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
parentfb4b1f70a47455b392231f97ab446f487c87521a (diff)
downloadcoreclr-8bc0e5e39a3805fa707f366f2a1189e2b25d43b6.tar.gz
coreclr-8bc0e5e39a3805fa707f366f2a1189e2b25d43b6.tar.bz2
coreclr-8bc0e5e39a3805fa707f366f2a1189e2b25d43b6.zip
Remove not necessary type forwarded from attributes when type comes from mscorlib in netfx
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, 0 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs b/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
index cb07ac7d09..f90197eb84 100644
--- a/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
+++ b/src/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
@@ -12,7 +12,6 @@ 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()