19 instantiations of XamlObjectReaderException
System.Xaml (19)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
683
ex = new
XamlObjectReaderException
(message, innerException);
System\Xaml\XamlObjectReader.cs (18)
345
throw new
XamlObjectReaderException
(SR.Format(SR.DeferringLoaderInstanceNull, deferringLoader));
1259
throw new
XamlObjectReaderException
(SR.ObjectReaderInstanceDescriptorIncompatibleArguments);
1265
throw new
XamlObjectReaderException
(SR.ObjectReaderInstanceDescriptorInvalidMethod);
1272
throw new
XamlObjectReaderException
(SR.ObjectReaderInstanceDescriptorIncompatibleArguments);
1286
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderInstanceDescriptorIncompatibleArgumentTypes, "null", parameterInfo.ParameterType));
1292
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderInstanceDescriptorIncompatibleArgumentTypes, argument.GetType(), parameterInfo.ParameterType));
1693
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderNoDefaultConstructor, value.GetType()));
1695
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderNoMatchingConstructor, value.GetType()));
1717
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderTypeIsNested, xamlType.Name));
1721
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderTypeCannotRoundtrip, xamlType.Name));
1772
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderXamlNamedElementAlreadyRegistered, Name));
1797
throw new
XamlObjectReaderException
(SR.ObjectReaderMultidimensionalArrayNotSupported);
1875
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderAttachedPropertyNotFound, owningType, ap.Key.MemberName));
2130
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderXamlNamePropertyMustBeString, property.Name, property.DeclaringType));
2627
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReaderTypeNotAllowed,
2638
throw new
XamlObjectReaderException
(SR.Format(SR.ObjectReader_TypeNotVisible, clrType.FullName));
2878
throw new
XamlObjectReaderException
(SR.Format(SR.XamlFactoryInvalidXamlNode, reader.NodeType));
2889
throw new
XamlObjectReaderException
(SR.Format(SR.XamlFactoryInvalidXamlNode, reader.NodeType));