summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/StackOverflowException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/StackOverflowException.cs')
-rw-r--r--src/mscorlib/shared/System/StackOverflowException.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mscorlib/shared/System/StackOverflowException.cs b/src/mscorlib/shared/System/StackOverflowException.cs
index 0a875e7373..fb0e88246c 100644
--- a/src/mscorlib/shared/System/StackOverflowException.cs
+++ b/src/mscorlib/shared/System/StackOverflowException.cs
@@ -15,7 +15,6 @@ using System.Runtime.Serialization;
namespace System
{
- [Serializable]
public sealed class StackOverflowException : SystemException
{
public StackOverflowException()
@@ -35,7 +34,5 @@ namespace System
{
HResult = __HResults.COR_E_STACKOVERFLOW;
}
-
- internal StackOverflowException(SerializationInfo info, StreamingContext context) : base(info, context) { }
}
}