kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

Ensure SortedList.CopyTo throws correct type mismatch error. #19

Closed kellyethridge closed 4 years ago

kellyethridge commented 4 years ago

Right now when attempting to set the DictionaryEntry object to the destination array it will throw a standard VB error 13. This should be enhanced to throw the correct corrisponding InvalidCastException instead.