summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs')
-rw-r--r--src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs b/src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs
index d33830181c..5cde572161 100644
--- a/src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs
+++ b/src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs
@@ -4,7 +4,6 @@
namespace System
{
- [Serializable]
public class UnhandledExceptionEventArgs : EventArgs
{
private Object _exception;