4 references to XamlObjectWriterException
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1329throw lineInfo.WithLineInfo(new XamlObjectWriterException(err, ex)); 2201throw ctx.WithLineInfo(new XamlObjectWriterException(SR.Format(SR.NameScopeException, ex.Message), ex));
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
709ex = new XamlObjectWriterException(message, innerException);
System.Xaml.Tests (1)
System\Xaml\XamlObjectWriterExceptionTests.cs (1)
44var exception = new XamlObjectWriterException(message, innerException);