18 instantiations of XamlSchemaException
System.Xaml (18)
System\Xaml\MS\Impl\XmlNsInfo.cs (8)
190
throw new
XamlSchemaException
(SR.Format(SR.BadXmlnsDefinition, assembly.FullName));
271
throw new
XamlSchemaException
(SR.Format(SR.BadInternalsVisibleTo1, assembly.FullName));
279
throw new
XamlSchemaException
(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex);
284
throw new
XamlSchemaException
(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex);
329
throw new
XamlSchemaException
(SR.Format(SR.BadXmlnsCompat, assembly.FullName));
334
throw new
XamlSchemaException
(SR.Format(SR.DuplicateXmlnsCompat, assembly.FullName, oldns));
378
throw new
XamlSchemaException
(SR.Format(SR.BadXmlnsPrefix, assembly.FullName));
454
throw new
XamlSchemaException
(SR.Format(SR.XmlnsCompatCycle, assembly.FullName, ns));
System\Xaml\Schema\CollectionReflector.cs (2)
90
throw new
XamlSchemaException
(SR.Format(SR.AmbiguousCollectionItemType, type));
97
throw new
XamlSchemaException
(SR.Format(SR.AmbiguousDictionaryItemType, type));
System\Xaml\Schema\Reflector.cs (1)
508
throw new
XamlSchemaException
(SR.Format(SR.UnexpectedConstructorArg,
System\Xaml\Schema\TypeReflector.cs (1)
1060
throw new
XamlSchemaException
(message);
System\Xaml\Schema\XamlTypeInvoker.cs (2)
92
throw new
XamlSchemaException
(SR.Format(SR.NoAddMethodFound, _xamlType, itemType));
124
throw new
XamlSchemaException
(SR.Format(SR.NoAddMethodFound, _xamlType, itemType));
System\Xaml\Schema\XamlValueConverter.cs (1)
82
throw new
XamlSchemaException
(SR.Format(SR.ConverterMustDeriveFromBase,
System\Xaml\XamlSchemaContext.cs (1)
451
throw new
XamlSchemaException
(SR.Format(SR.DuplicateXmlnsCompatAcrossAssemblies,
System\Xaml\XamlType.cs (2)
1596
throw new
XamlSchemaException
(SR.Format(SR.MarkupExtensionWithDuplicateArity, UnderlyingType, typeVector.Length));
1647
throw new
XamlSchemaException
(err);