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