17 references to XamlSchemaException
System.Xaml (16)
System\Xaml\MS\Impl\XmlNsInfo.cs (6)
198throw new XamlSchemaException(SR.Format(SR.BadXmlnsDefinition, assembly.FullName)); 283throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo1, assembly.FullName)); 344throw new XamlSchemaException(SR.Format(SR.BadXmlnsCompat, assembly.FullName)); 349throw new XamlSchemaException(SR.Format(SR.DuplicateXmlnsCompat, assembly.FullName, oldns)); 396throw new XamlSchemaException(SR.Format(SR.BadXmlnsPrefix, assembly.FullName)); 473throw new XamlSchemaException(SR.Format(SR.XmlnsCompatCycle, assembly.FullName, ns));
System\Xaml\Schema\CollectionReflector.cs (2)
91throw new XamlSchemaException(SR.Format(SR.AmbiguousCollectionItemType, type)); 99throw new XamlSchemaException(SR.Format(SR.AmbiguousDictionaryItemType, type));
System\Xaml\Schema\Reflector.cs (1)
544throw new XamlSchemaException(SR.Format(SR.UnexpectedConstructorArg,
System\Xaml\Schema\TypeReflector.cs (1)
1098throw new XamlSchemaException(message);
System\Xaml\Schema\XamlTypeInvoker.cs (2)
85throw new XamlSchemaException(SR.Format(SR.NoAddMethodFound, _xamlType, itemType)); 119throw new XamlSchemaException(SR.Format(SR.NoAddMethodFound, _xamlType, itemType));
System\Xaml\Schema\XamlValueConverter.cs (1)
81throw new XamlSchemaException(SR.Format(SR.ConverterMustDeriveFromBase,
System\Xaml\XamlSchemaContext.cs (1)
468throw new XamlSchemaException(SR.Format(SR.DuplicateXmlnsCompatAcrossAssemblies,
System\Xaml\XamlType.cs (2)
1711throw new XamlSchemaException(SR.Format(SR.MarkupExtensionWithDuplicateArity, UnderlyingType, typeVector.Length)); 1764throw new XamlSchemaException(err);
System.Xaml.Tests (1)
System\Xaml\XamlSchemaExceptionTests.cs (1)
26var exception = new XamlSchemaException("message");