@@ -1,3 +1,7 @@
+2002-07-22 Tim Coleman <[email protected]>
+ * TypeConverter.cs: Fixed bad stubb function
+ GetConvertToException ()
+
2002-07-22 Tim Coleman <[email protected]>
* ComponentCollection.cs: Added reference to
ReadOnlyCollectionBase to make sure
@@ -136,7 +136,7 @@ public class TypeConverter
}
[MonoTODO]
- protected Exception GetConvertToException (object value)
+ protected Exception GetConvertToException (object value, Type destinationType)
{
throw new NotImplementedException ();