3 references to GetItemsException
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (3)
351throw CreateException(SR.Format(SR.GetItemsException, collectionType), ex); 396throw CreateException(SR.Format(SR.GetItemsException, dictionaryType), ex); 703throw CreateException(SR.Format(SR.GetItemsException, collectionType), UnwrapTargetInvocationException(ex));