19 instantiations of XamlObjectReaderException
System.Xaml (19)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
685
ex = new
XamlObjectReaderException
(message, innerException);
System\Xaml\XamlObjectReader.cs (18)
350
throw new
XamlObjectReaderException
(SR.Format(SR.DeferringLoaderInstanceNull, deferringLoader));
1264
throw new
XamlObjectReaderException
(SR.ObjectReaderInstanceDescriptorIncompatibleArguments);
1270
throw new
XamlObjectReaderException
(SR.ObjectReaderInstanceDescriptorInvalidMethod);
1277
throw new
XamlObjectReaderException
(SR.ObjectReaderInstanceDescriptorIncompatibleArguments);
1291
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderInstanceDescriptorIncompatibleArgumentTypes, "null", parameterInfo.ParameterType));
1297
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderInstanceDescriptorIncompatibleArgumentTypes, argument.GetType(), parameterInfo.ParameterType));
1698
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderNoDefaultConstructor, value.GetType()));
1700
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderNoMatchingConstructor, value.GetType()));
1722
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderTypeIsNested, xamlType.Name));
1726
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderTypeCannotRoundtrip, xamlType.Name));
1777
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderXamlNamedElementAlreadyRegistered, Name));
1802
throw new
XamlObjectReaderException
(SR.ObjectReaderMultidimensionalArrayNotSupported);
1880
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderAttachedPropertyNotFound, owningType, ap.Key.MemberName));
2135
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderXamlNamePropertyMustBeString, property.Name, property.DeclaringType));
2632
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderTypeNotAllowed,
2643
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReader_TypeNotVisible, clrType.FullName));
2883
throw new
XamlObjectReaderException
(SR.Format(SR.XamlFactoryInvalidXamlNode, reader.NodeType));
2894
throw new
XamlObjectReaderException
(SR.Format(SR.XamlFactoryInvalidXamlNode, reader.NodeType));