18 instantiations of XamlSchemaException
System.Xaml (18)
System\Xaml\MS\Impl\XmlNsInfo.cs (8)
188throw new XamlSchemaException(SR.Format(SR.BadXmlnsDefinition, assembly.FullName)); 269throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo1, assembly.FullName)); 277throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex); 282throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex); 327throw new XamlSchemaException(SR.Format(SR.BadXmlnsCompat, assembly.FullName)); 332throw new XamlSchemaException(SR.Format(SR.DuplicateXmlnsCompat, assembly.FullName, oldns)); 376throw new XamlSchemaException(SR.Format(SR.BadXmlnsPrefix, assembly.FullName)); 452throw new XamlSchemaException(SR.Format(SR.XmlnsCompatCycle, assembly.FullName, ns));
System\Xaml\Schema\CollectionReflector.cs (2)
89throw new XamlSchemaException(SR.Format(SR.AmbiguousCollectionItemType, type)); 96throw new XamlSchemaException(SR.Format(SR.AmbiguousDictionaryItemType, type));
System\Xaml\Schema\Reflector.cs (1)
506throw new XamlSchemaException(SR.Format(SR.UnexpectedConstructorArg,
System\Xaml\Schema\TypeReflector.cs (1)
1058throw new XamlSchemaException(message);
System\Xaml\Schema\XamlTypeInvoker.cs (2)
84throw new XamlSchemaException(SR.Format(SR.NoAddMethodFound, _xamlType, itemType)); 116throw new XamlSchemaException(SR.Format(SR.NoAddMethodFound, _xamlType, itemType));
System\Xaml\Schema\XamlValueConverter.cs (1)
82throw new XamlSchemaException(SR.Format(SR.ConverterMustDeriveFromBase,
System\Xaml\XamlSchemaContext.cs (1)
449throw new XamlSchemaException(SR.Format(SR.DuplicateXmlnsCompatAcrossAssemblies,
System\Xaml\XamlType.cs (2)
1593throw new XamlSchemaException(SR.Format(SR.MarkupExtensionWithDuplicateArity, UnderlyingType, typeVector.Length)); 1644throw new XamlSchemaException(err);