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