10 references to XamlParseException
System.Xaml (10)
System\Xaml\Parser\MePullParser.cs (4)
54
throw new
XamlParseException
(_tokenizer, brokenRule);
58
throw new
XamlParseException
(_tokenizer, SR.UnexpectedTokenAfterME);
62
throw new
XamlParseException
(_tokenizer, SR.WhitespaceAfterME);
419
throw new
XamlParseException
(_tokenizer, error);
System\Xaml\Parser\MeScanner.cs (6)
291
throw new
XamlParseException
(this, error);
395
throw new
XamlParseException
(this, SR.Format(SR.InvalidClosingBracketCharacers, ch.ToString()));
459
throw new
XamlParseException
(this, SR.QuoteCharactersOutOfPlace);
483
throw new
XamlParseException
(this, SR.UnexpectedTokenAfterME);
489
throw new
XamlParseException
(this, SR.Format(SR.MalformedBracketCharacters, ch.ToString()));
503
throw new
XamlParseException
(this, SR.UnclosedQuote);