8 references to CreateException
System.Xaml (8)
System\Xaml\Runtime\ClrObjectRuntime.cs (8)
49
throw
CreateException
(SR.Format(SR.CannotCreateBadType, xamlType.Name));
79
throw
CreateException
((SR.Format(SR.CannotResolveTypeForFactoryMethod, xamlType, methodName)));
100
throw
CreateException
(SR.Format(SR.FactoryReturnedNull, qMethodName));
412
throw
CreateException
(SR.Format(SR.APSException, instance));
435
throw
CreateException
(SR.Format(SR.APSException, instance));
531
throw
CreateException
((SR.Format(SR.XmlDataNull, property.Name)));
622
throw
CreateException
(SR.Format(SR.ShouldSerializeFailed, member));
707
throw
CreateException
(SR.Format(SR.GetItemsReturnedNull, collectionType));