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