Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.IO/ref/System.IO.Manual.cs')
-rw-r--r--src/System.IO/ref/System.IO.Manual.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/System.IO/ref/System.IO.Manual.cs b/src/System.IO/ref/System.IO.Manual.cs
new file mode 100644
index 0000000000..1324d942e4
--- /dev/null
+++ b/src/System.IO/ref/System.IO.Manual.cs
@@ -0,0 +1,10 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+// ------------------------------------------------------------------------------
+// Changes to this file must follow the http://aka.ms/api-review process.
+// ------------------------------------------------------------------------------
+
+
+// Types moved down into System.Runtime
+[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.FileNotFoundException))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.IOException))]