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