System\Xaml\Runtime\ClrObjectRuntime.cs (7)
67throw CreateException(SR.Format(SR.ConstructorInvocation, xamlType.UnderlyingType), UnwrapTargetInvocationException(ex));
97throw CreateException(SR.Format(SR.MethodInvocation, qMethodName), UnwrapTargetInvocationException(e));
278throw CreateException(SR.Format(SR.GetValue, property), UnwrapTargetInvocationException(e));
307throw CreateException(SR.Format(SR.SetValue, property), UnwrapTargetInvocationException(e));
329throw CreateException(SR.Format(SR.AddCollection, collectionType), UnwrapTargetInvocationException(e));
346throw CreateException(SR.Format(SR.AddDictionary, dictionaryType), UnwrapTargetInvocationException(e));
733throw CreateException(SR.Format(SR.GetItemsException, collectionType), UnwrapTargetInvocationException(ex));