System\Xaml\Runtime\ClrObjectRuntime.cs (7)
63throw CreateException(SR.Format(SR.ConstructorInvocation, xamlType.UnderlyingType), UnwrapTargetInvocationException(ex));
92throw CreateException(SR.Format(SR.MethodInvocation, qMethodName), UnwrapTargetInvocationException(e));
264throw CreateException(SR.Format(SR.GetValue, property), UnwrapTargetInvocationException(e));
290throw CreateException(SR.Format(SR.SetValue, property), UnwrapTargetInvocationException(e));
311throw CreateException(SR.Format(SR.AddCollection, collectionType), UnwrapTargetInvocationException(e));
327throw CreateException(SR.Format(SR.AddDictionary, dictionaryType), UnwrapTargetInvocationException(e));
701throw CreateException(SR.Format(SR.GetItemsException, collectionType), UnwrapTargetInvocationException(ex));