* DBConcurrencyException.cs: Marked .ctor taking DataRow [] as
authorGert Driesen <drieseng@users.sourceforge.net>
Tue, 30 Dec 2008 19:58:45 +0000 (19:58 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Tue, 30 Dec 2008 19:58:45 +0000 (19:58 -0000)
commitf0571296c39a4e26241de4e4409a98232ebb88be
treee22bd053b84c4d605212e5e846f34a3b9b04fb38
parente8528ca452970db6cfea15d7aad25f3fdfedc350
* DBConcurrencyException.cs: Marked .ctor taking DataRow [] as
internal so we can use it on the 1.0 profile (internally). Implemented
RowCount.
* System.Data_test.dll.sources: Added DBConcurrencyExceptionTest.cs.
* DBConcurrencyExceptionTest.cs: Added .ctor and Row(Count) tests.

svn path=/trunk/mcs/; revision=122263
mcs/class/System.Data/ChangeLog
mcs/class/System.Data/System.Data/ChangeLog
mcs/class/System.Data/System.Data/DBConcurrencyException.cs
mcs/class/System.Data/System.Data_test.dll.sources
mcs/class/System.Data/Test/System.Data/ChangeLog
mcs/class/System.Data/Test/System.Data/DBConcurrencyExceptionTest.cs [new file with mode: 0644]