[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile
[mono.git] / mcs / class / referencesource / mscorlib / system / threading / threadabortexception.cs
index 60046c7dba2ff68d34dbc612b28405e125b430b3..3063b06aed614150203337276bab3c04169751b2 100644 (file)
@@ -39,12 +39,11 @@ namespace System.Threading
             : base(info, context) 
         {
         }
-#if !MOBILE
+
         public Object ExceptionState 
         {
             [System.Security.SecuritySafeCritical]  // auto-generated
             get {return Thread.CurrentThread.AbortReason;}
         }
-#endif
     }
 }