* Activator.cs: Match exceptions thrown by MS.NET for CreateInstance
authorGert Driesen <drieseng@users.sourceforge.net>
Fri, 13 May 2005 13:01:50 +0000 (13:01 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Fri, 13 May 2005 13:01:50 +0000 (13:01 -0000)
commit76b7da16d2b5c7db0eda2bcfb98d13141b32f07a
tree0b4b6a712b10cf89b5cb94977a8fd9e3d0ea0521
parent89f9aff6fd37dad8a4654561770b66de1f5223aa
* Activator.cs: Match exceptions thrown by MS.NET for CreateInstance
 overloads if type is abstract. Fixes bug #74861.
* ActivatorTest.cs: Tests for bug #74861.

svn path=/trunk/mcs/; revision=44496
mcs/class/corlib/System/Activator.cs
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/Test/System/ActivatorTest.cs
mcs/class/corlib/Test/System/ChangeLog