13 references to XamlParseException
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
480
throw new
XamlParseException
("Found unexpected Xmlns BAML record");
680
throw new
XamlParseException
(string.Format(CultureInfo.CurrentCulture, SR.Format(SR.UnknownBamlRecord, recordType)));
1416
throw new
XamlParseException
(SR.PropertyFoundOutsideStartElement);
1422
throw new
XamlParseException
(SR.Format(SR.PropertyOutOfOrder, _context.CurrentFrame.Member));
2387
throw new
XamlParseException
(SR.Format(SR.RecordOutOfOrder, parentType.Name));
System.Xaml (8)
System\Xaml\Context\ObjectWriterContext.cs (1)
162
throw new
XamlParseException
(SR.Format(SR.TypeNotFound, xamlType.GetQualifiedName()));
System\Xaml\Context\XamlContext.cs (3)
88
throw new
XamlParseException
(SR.Format(SR.PrefixNotFound, propName.Prefix));
241
throw new
XamlParseException
(SR.Format(SR.PrefixNotFound, typeName.Prefix));
308
throw new
XamlParseException
(error);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
370
throw new
XamlParseException
(SR.Format(SR.CantAssignRootInstance,
System\Xaml\Parser\XamlPullParser.cs (1)
1192
:
base
(message) { }
System\Xaml\Parser\XamlScanner.cs (2)
252
throw LineInfo(new
XamlParseException
(SR.Format(SR.ParentlessPropertyElement, _xmlReader.Name)));
563
throw new
XamlParseException
(SR.Format(SR.InvalidXamlMemberName, xmlName));