System\Xaml\Runtime\ClrObjectRuntime.cs (23)
57throw CreateException(SR.Format(SR.NoConstructor, xamlType.UnderlyingType), ex);
65throw CreateException(SR.Format(SR.ConstructorInvocation, xamlType.UnderlyingType), UnwrapTargetInvocationException(ex));
94throw CreateException(SR.Format(SR.MethodInvocation, qMethodName), UnwrapTargetInvocationException(e));
167throw CreateException(SR.Format(SR.TypeConverterFailed2, instance, typeof(string)), ex);
183throw CreateException(SR.Format(SR.CanConvertFromFailed, typeof(T), converter.GetType()), ex);
199throw CreateException(SR.Format(SR.CanConvertToFailed, type, converter.GetType()), ex);
215throw CreateException(SR.Format(SR.TypeConverterFailed2, instance, typeof(string)), ex);
231throw CreateException(SR.Format(SR.TypeConverterFailed2, instance, typeof(T)), ex);
266throw CreateException(SR.Format(SR.GetValue, property), UnwrapTargetInvocationException(e));
292throw CreateException(SR.Format(SR.SetValue, property), UnwrapTargetInvocationException(e));
313throw CreateException(SR.Format(SR.AddCollection, collectionType), UnwrapTargetInvocationException(e));
329throw CreateException(SR.Format(SR.AddDictionary, dictionaryType), UnwrapTargetInvocationException(e));
351throw CreateException(SR.Format(SR.GetItemsException, collectionType), ex);
396throw CreateException(SR.Format(SR.GetItemsException, dictionaryType), ex);
455throw CreateException(SR.SetConnectionId, e);
482throw CreateException(SR.Format(SR.InitializationGuard, xamlType), e);
499throw CreateException(SR.Format(SR.ProvideValue, me.GetType()), e);
519throw CreateException(SR.Format(SR.AddDictionary, xamlType), e);
549throw CreateException(SR.Format(SR.SetXmlInstance, property), e);
583throw CreateException(SR.DeferredLoad, e);
606throw CreateException(SR.DeferredSave, e);
673return CreateException(message, null);
703throw CreateException(SR.Format(SR.GetItemsException, collectionType), UnwrapTargetInvocationException(ex));