Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data/OperationAbortedException.cs')
-rw-r--r--mcs/class/System.Data/System.Data/OperationAbortedException.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.Data/System.Data/OperationAbortedException.cs b/mcs/class/System.Data/System.Data/OperationAbortedException.cs
index 382482b7460..dd4c073f932 100644
--- a/mcs/class/System.Data/System.Data/OperationAbortedException.cs
+++ b/mcs/class/System.Data/System.Data/OperationAbortedException.cs
@@ -36,8 +36,7 @@ using System.Globalization;
using System.Runtime.Serialization;
namespace System.Data {
- [Serializable]
- public sealed class OperationAbortedException : SystemException
+ public class OperationAbortedException : SystemException
{
#region Constructors