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