Additional stubs for net_2_0 methods inserted, bugs fixes (introduced help
[mono.git] / mcs / class / System / System.Net.Sockets / SocketError.cs
index eb198cf0a3460de43315a6e220fb98a9fffc4b2f..1ca399122a4b626cc6b034b7e7976fd5547a2efd 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Net.Sockets
 {
-       public enum SocketError
+#if NET_2_0
+       public
+#else
+       internal
+#endif
+       enum SocketError
        {
                AccessDenied = 10013,
                AddressAlreadyInUse = 10048,
@@ -83,5 +86,3 @@ namespace System.Net.Sockets
                WouldBlock = 10035
        }
 }
-
-#endif