summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/UnhandledExceptionEventHandler.cs')
-rw-r--r--src/mscorlib/src/System/UnhandledExceptionEventHandler.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs b/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
index 8c2798230c..b99414c189 100644
--- a/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
+++ b/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
@@ -2,10 +2,8 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
-namespace System {
-
- using System;
+namespace System
+{
[Serializable]
- [System.Runtime.InteropServices.ComVisible(true)]
public delegate void UnhandledExceptionEventHandler(Object sender, UnhandledExceptionEventArgs e);
}