8 references to CreateException
System.Xaml (8)
System\Xaml\Runtime\ClrObjectRuntime.cs (8)
48
throw
CreateException
(SR.Format(SR.CannotCreateBadType, xamlType.Name));
80
throw
CreateException
((SR.Format(SR.CannotResolveTypeForFactoryMethod, xamlType, methodName)));
102
throw
CreateException
(SR.Format(SR.FactoryReturnedNull, qMethodName));
431
throw
CreateException
(SR.Format(SR.APSException, instance));
456
throw
CreateException
(SR.Format(SR.APSException, instance));
552
throw
CreateException
((SR.Format(SR.XmlDataNull, property.Name)));
649
throw
CreateException
(SR.Format(SR.ShouldSerializeFailed, member));
737
throw
CreateException
(SR.Format(SR.GetItemsReturnedNull, collectionType));