summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs')
-rw-r--r--src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs b/src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs
index b99414c189..14e31c7bbd 100644
--- a/src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs
+++ b/src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs
@@ -4,6 +4,5 @@
namespace System
{
- [Serializable]
public delegate void UnhandledExceptionEventHandler(Object sender, UnhandledExceptionEventArgs e);
}