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