10 references to XamlParseException
System.Xaml (10)
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);