16 references to XamlSchemaException
System.Xaml (16)
System\Xaml\MS\Impl\XmlNsInfo.cs (6)
188
throw new
XamlSchemaException
(SR.Format(SR.BadXmlnsDefinition, assembly.FullName));
269
throw new
XamlSchemaException
(SR.Format(SR.BadInternalsVisibleTo1, assembly.FullName));
327
throw new
XamlSchemaException
(SR.Format(SR.BadXmlnsCompat, assembly.FullName));
332
throw new
XamlSchemaException
(SR.Format(SR.DuplicateXmlnsCompat, assembly.FullName, oldns));
376
throw new
XamlSchemaException
(SR.Format(SR.BadXmlnsPrefix, assembly.FullName));
452
throw new
XamlSchemaException
(SR.Format(SR.XmlnsCompatCycle, assembly.FullName, ns));
System\Xaml\Schema\CollectionReflector.cs (2)
89
throw new
XamlSchemaException
(SR.Format(SR.AmbiguousCollectionItemType, type));
96
throw new
XamlSchemaException
(SR.Format(SR.AmbiguousDictionaryItemType, type));
System\Xaml\Schema\Reflector.cs (1)
506
throw new
XamlSchemaException
(SR.Format(SR.UnexpectedConstructorArg,
System\Xaml\Schema\TypeReflector.cs (1)
1058
throw new
XamlSchemaException
(message);
System\Xaml\Schema\XamlTypeInvoker.cs (2)
84
throw new
XamlSchemaException
(SR.Format(SR.NoAddMethodFound, _xamlType, itemType));
116
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)
449
throw new
XamlSchemaException
(SR.Format(SR.DuplicateXmlnsCompatAcrossAssemblies,
System\Xaml\XamlType.cs (2)
1593
throw new
XamlSchemaException
(SR.Format(SR.MarkupExtensionWithDuplicateArity, UnderlyingType, typeVector.Length));
1644
throw new
XamlSchemaException
(err);