1 type derived from XamlParseException
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
1185class XamlUnexpectedParseException : XamlParseException
28 instantiations of XamlParseException
PresentationFramework (10)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
351throw new XamlParseException(); 356throw new XamlParseException(); 402throw new XamlParseException(); 460throw new XamlParseException(); 475throw new XamlParseException("Found unexpected Xmlns BAML record"); 675throw new XamlParseException(string.Format(CultureInfo.CurrentCulture, SR.Format(SR.UnknownBamlRecord, recordType))); 1142throw new XamlParseException(); 1411throw new XamlParseException(SR.PropertyFoundOutsideStartElement); 1417throw new XamlParseException(SR.Format(SR.PropertyOutOfOrder, _context.CurrentFrame.Member)); 2382throw new XamlParseException(SR.Format(SR.RecordOutOfOrder, parentType.Name));
System.Xaml (18)
System\Xaml\Context\ObjectWriterContext.cs (1)
159throw new XamlParseException(SR.Format(SR.TypeNotFound, xamlType.GetQualifiedName()));
System\Xaml\Context\XamlContext.cs (3)
85throw new XamlParseException(SR.Format(SR.PrefixNotFound, propName.Prefix)); 238throw new XamlParseException(SR.Format(SR.PrefixNotFound, typeName.Prefix)); 305throw new XamlParseException(error);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
368throw new XamlParseException(SR.Format(SR.CantAssignRootInstance,
System\Xaml\Parser\MePullParser.cs (4)
51throw new XamlParseException(_tokenizer, brokenRule); 55throw new XamlParseException(_tokenizer, SR.UnexpectedTokenAfterME); 59throw new XamlParseException(_tokenizer, SR.WhitespaceAfterME); 416throw new XamlParseException(_tokenizer, error);
System\Xaml\Parser\MeScanner.cs (6)
288throw new XamlParseException(this, error); 392throw new XamlParseException(this, SR.Format(SR.InvalidClosingBracketCharacers, ch.ToString())); 456throw new XamlParseException(this, SR.QuoteCharactersOutOfPlace); 480throw new XamlParseException(this, SR.UnexpectedTokenAfterME); 486throw new XamlParseException(this, SR.Format(SR.MalformedBracketCharacters, ch.ToString())); 500throw new XamlParseException(this, SR.UnclosedQuote);
System\Xaml\Parser\XamlScanner.cs (3)
249throw LineInfo(new XamlParseException(SR.Format(SR.ParentlessPropertyElement, _xmlReader.Name))); 379throw new XamlParseException(_typeArgumentAttribute.LineNumber, _typeArgumentAttribute.LinePosition, error); 560throw new XamlParseException(SR.Format(SR.InvalidXamlMemberName, xmlName));