3 references to XamlObjectWriterException
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1300throw lineInfo.WithLineInfo(new XamlObjectWriterException(err, ex)); 2151throw ctx.WithLineInfo(new XamlObjectWriterException(SR.Format(SR.NameScopeException, ex.Message), ex));
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
681ex = new XamlObjectWriterException(message, innerException);