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