3 references to GetItemsException
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (3)
368
throw CreateException(SR.Format(SR.
GetItemsException
, collectionType), ex);
414
throw CreateException(SR.Format(SR.
GetItemsException
, dictionaryType), ex);
732
throw CreateException(SR.Format(SR.
GetItemsException
, collectionType), UnwrapTargetInvocationException(ex));