11 references to XamlParseException
System.Xaml (11)
System\Xaml\Parser\MePullParser.cs (5)
68throw new XamlParseException(_tokenizer, brokenRule); 73throw new XamlParseException(_tokenizer, SR.UnexpectedTokenAfterME); 78throw new XamlParseException(_tokenizer, SR.WhitespaceAfterME); 110throw new XamlParseException( 471throw new XamlParseException(_tokenizer, error);
System\Xaml\Parser\MeScanner.cs (6)
293throw new XamlParseException(this, error); 400throw new XamlParseException(this, SR.Format(SR.InvalidClosingBracketCharacers, ch.ToString())); 466throw new XamlParseException(this, SR.QuoteCharactersOutOfPlace); 491throw new XamlParseException(this, SR.UnexpectedTokenAfterME); 497throw new XamlParseException(this, SR.Format(SR.MalformedBracketCharacters, ch.ToString())); 512throw new XamlParseException(this, SR.UnclosedQuote);