1 type derived from XamlParseException
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
1187class XamlUnexpectedParseException : XamlParseException
28 instantiations of XamlParseException
PresentationFramework (10)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (10)
355throw new XamlParseException(); 360throw new XamlParseException(); 406throw new XamlParseException(); 464throw new XamlParseException(); 479throw new XamlParseException("Found unexpected Xmlns BAML record"); 679throw new XamlParseException(string.Format(CultureInfo.CurrentCulture, SR.Format(SR.UnknownBamlRecord, recordType))); 1146throw new XamlParseException(); 1415throw new XamlParseException(SR.PropertyFoundOutsideStartElement); 1421throw new XamlParseException(SR.Format(SR.PropertyOutOfOrder, _context.CurrentFrame.Member)); 2386throw new XamlParseException(SR.Format(SR.RecordOutOfOrder, parentType.Name));
System.Xaml (18)
System\Xaml\Context\ObjectWriterContext.cs (1)
170throw new XamlParseException(SR.Format(SR.TypeNotFound, xamlType.GetQualifiedName()));
System\Xaml\Context\XamlContext.cs (3)
88throw new XamlParseException(SR.Format(SR.PrefixNotFound, propName.Prefix)); 241throw new XamlParseException(SR.Format(SR.PrefixNotFound, typeName.Prefix)); 308throw new XamlParseException(error);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
375throw new XamlParseException(SR.Format(SR.CantAssignRootInstance,
System\Xaml\Parser\MePullParser.cs (4)
54throw new XamlParseException(_tokenizer, brokenRule); 58throw new XamlParseException(_tokenizer, SR.UnexpectedTokenAfterME); 62throw new XamlParseException(_tokenizer, SR.WhitespaceAfterME); 419throw new XamlParseException(_tokenizer, error);
System\Xaml\Parser\MeScanner.cs (6)
291throw new XamlParseException(this, error); 395throw new XamlParseException(this, SR.Format(SR.InvalidClosingBracketCharacers, ch.ToString())); 459throw new XamlParseException(this, SR.QuoteCharactersOutOfPlace); 483throw new XamlParseException(this, SR.UnexpectedTokenAfterME); 489throw new XamlParseException(this, SR.Format(SR.MalformedBracketCharacters, ch.ToString())); 503throw new XamlParseException(this, SR.UnclosedQuote);
System\Xaml\Parser\XamlScanner.cs (3)
252throw LineInfo(new XamlParseException(SR.Format(SR.ParentlessPropertyElement, _xmlReader.Name))); 382throw new XamlParseException(_typeArgumentAttribute.LineNumber, _typeArgumentAttribute.LinePosition, error); 563throw new XamlParseException(SR.Format(SR.InvalidXamlMemberName, xmlName));