implemented large parts of WCF standard endpoints and configuration support.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / TaskCanceledException.cs
index e06902099829238be89a3fec8e19d4e3f3b56fb8..80c2c4055e45941185fae1dcca76420a8d1cd2d8 100644 (file)
@@ -1,4 +1,3 @@
-#if NET_4_0
 // TaskCanceledException.cs
 //
 // Copyright (c) 2008 Jérémie "Garuma" Laval
@@ -23,6 +22,7 @@
 //
 //
 
+#if NET_4_0 || BOOTSTRAP_NET_4_0
 using System;
 using System.Runtime.Serialization;