7 references to UnwrapTargetInvocationException
System.Xaml (7)
System\Xaml\Runtime\ClrObjectRuntime.cs (7)
66throw CreateException(SR.Format(SR.ConstructorInvocation, xamlType.UnderlyingType), UnwrapTargetInvocationException(ex)); 96throw CreateException(SR.Format(SR.MethodInvocation, qMethodName), UnwrapTargetInvocationException(e)); 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)); 732throw CreateException(SR.Format(SR.GetItemsException, collectionType), UnwrapTargetInvocationException(ex));