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