3 references to XamlSchemaException
System.Xaml (2)
System\Xaml\MS\Impl\XmlNsInfo.cs (2)
292throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex); 298throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex);
System.Xaml.Tests (1)
System\Xaml\XamlSchemaExceptionTests.cs (1)
44var exception = new XamlSchemaException(message, innerException);