8 references to CreateException
System.Xaml (8)
System\Xaml\Runtime\ClrObjectRuntime.cs (8)
47
throw
CreateException
(SR.Format(SR.CannotCreateBadType, xamlType.Name));
77
throw
CreateException
((SR.Format(SR.CannotResolveTypeForFactoryMethod, xamlType, methodName)));
98
throw
CreateException
(SR.Format(SR.FactoryReturnedNull, qMethodName));
410
throw
CreateException
(SR.Format(SR.APSException, instance));
433
throw
CreateException
(SR.Format(SR.APSException, instance));
529
throw
CreateException
((SR.Format(SR.XmlDataNull, property.Name)));
620
throw
CreateException
(SR.Format(SR.ShouldSerializeFailed, member));
705
throw
CreateException
(SR.Format(SR.GetItemsReturnedNull, collectionType));