summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/ExecutionEngineException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/ExecutionEngineException.cs')
-rw-r--r--src/mscorlib/shared/System/ExecutionEngineException.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mscorlib/shared/System/ExecutionEngineException.cs b/src/mscorlib/shared/System/ExecutionEngineException.cs
index bebfd493a0..b89f6d9a8d 100644
--- a/src/mscorlib/shared/System/ExecutionEngineException.cs
+++ b/src/mscorlib/shared/System/ExecutionEngineException.cs
@@ -21,7 +21,6 @@ using System.Runtime.Serialization;
namespace System
{
[Obsolete("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
- [Serializable]
public sealed class ExecutionEngineException : SystemException
{
public ExecutionEngineException()
@@ -41,7 +40,5 @@ namespace System
{
HResult = __HResults.COR_E_EXECUTIONENGINE;
}
-
- internal ExecutionEngineException(SerializationInfo info, StreamingContext context) : base(info, context) { }
}
}