8 references to CreateException
System.Xaml (8)
System\Xaml\Runtime\ClrObjectRuntime.cs (8)
49
throw
CreateException
(SR.Format(SR.CannotCreateBadType, xamlType.Name));
81
throw
CreateException
((SR.Format(SR.CannotResolveTypeForFactoryMethod, xamlType, methodName)));
103
throw
CreateException
(SR.Format(SR.FactoryReturnedNull, qMethodName));
432
throw
CreateException
(SR.Format(SR.APSException, instance));
457
throw
CreateException
(SR.Format(SR.APSException, instance));
553
throw
CreateException
((SR.Format(SR.XmlDataNull, property.Name)));
650
throw
CreateException
(SR.Format(SR.ShouldSerializeFailed, member));
738
throw
CreateException
(SR.Format(SR.GetItemsReturnedNull, collectionType));