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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/System/InsufficientMemoryException.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/InsufficientMemoryException.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/System/InsufficientMemoryException.cs b/src/System.Private.CoreLib/src/System/InsufficientMemoryException.cs
index fbde8ce1f..4c510c4d7 100644
--- a/src/System.Private.CoreLib/src/System/InsufficientMemoryException.cs
+++ b/src/System.Private.CoreLib/src/System/InsufficientMemoryException.cs
@@ -22,7 +22,9 @@ using System.Runtime.Serialization;
namespace System
{
[Serializable]
+#if !MONO
[System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
+#endif
public sealed class InsufficientMemoryException : OutOfMemoryException
{
// There may be a problem here interacting with the ResourceManager in out of memory conditions,