Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / mscorlib / system / threading / lockrecursionexception.cs
index 5598d810b12895b056b2cf83e9e252a1bdcadeac..f9c999135f728fd7bf9bbf66abd5a9646e4f4650 100644 (file)
@@ -26,7 +26,9 @@ namespace System.Threading
 
     [Serializable]
     [System.Security.Permissions.HostProtection(MayLeakOnAbort = true)]
+#if !MOBILE
     [TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089")]
+#endif
     public class LockRecursionException : System.Exception
     {
         public LockRecursionException() { }