System\Xaml\Runtime\ClrObjectRuntime.cs (23)
57throw CreateException(SR.Format(SR.NoConstructor, xamlType.UnderlyingType), ex);
66throw CreateException(SR.Format(SR.ConstructorInvocation, xamlType.UnderlyingType), UnwrapTargetInvocationException(ex));
96throw CreateException(SR.Format(SR.MethodInvocation, qMethodName), UnwrapTargetInvocationException(e));
173throw CreateException(SR.Format(SR.TypeConverterFailed2, instance, typeof(string)), ex);
190throw CreateException(SR.Format(SR.CanConvertFromFailed, typeof(T), converter.GetType()), ex);
207throw CreateException(SR.Format(SR.CanConvertToFailed, type, converter.GetType()), ex);
224throw CreateException(SR.Format(SR.TypeConverterFailed2, instance, typeof(string)), ex);
241throw CreateException(SR.Format(SR.TypeConverterFailed2, instance, typeof(T)), ex);
277throw CreateException(SR.Format(SR.GetValue, property), UnwrapTargetInvocationException(e));
306throw CreateException(SR.Format(SR.SetValue, property), UnwrapTargetInvocationException(e));
328throw CreateException(SR.Format(SR.AddCollection, collectionType), UnwrapTargetInvocationException(e));
345throw CreateException(SR.Format(SR.AddDictionary, dictionaryType), UnwrapTargetInvocationException(e));
368throw CreateException(SR.Format(SR.GetItemsException, collectionType), ex);
414throw CreateException(SR.Format(SR.GetItemsException, dictionaryType), ex);
476throw CreateException(SR.SetConnectionId, e);
503throw CreateException(SR.Format(SR.InitializationGuard, xamlType), e);
521throw CreateException(SR.Format(SR.ProvideValue, me.GetType()), e);
541throw CreateException(SR.Format(SR.AddDictionary, xamlType), e);
571throw CreateException(SR.Format(SR.SetXmlInstance, property), e);
607throw CreateException(SR.DeferredLoad, e);
632throw CreateException(SR.DeferredSave, e);
700return CreateException(message, null);
732throw CreateException(SR.Format(SR.GetItemsException, collectionType), UnwrapTargetInvocationException(ex));