2002-06-02 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / System.Data.OleDb / OleDbException.cs
1 //
2 // System.Data.OleDb.OleDbException
3 //
4 // Author:
5 //   Rodrigo Moya (rodrigo@ximian.com)
6 //
7 // Copyright (C) Rodrigo Moya, 2002
8 //
9
10 using System.Data;
11 using System.Data.Common;
12 using System.Runtime.InteropServices;
13
14 namespace System.Data.OleDb
15 {
16         [Serializable]
17         public sealed class OleDbException : ExternalException
18         {
19         }
20 }