10 references to XamlParseException
System.Xaml (10)
System\Xaml\Parser\MePullParser.cs (4)
51
throw new
XamlParseException
(_tokenizer, brokenRule);
55
throw new
XamlParseException
(_tokenizer, SR.UnexpectedTokenAfterME);
59
throw new
XamlParseException
(_tokenizer, SR.WhitespaceAfterME);
416
throw new
XamlParseException
(_tokenizer, error);
System\Xaml\Parser\MeScanner.cs (6)
288
throw new
XamlParseException
(this, error);
392
throw new
XamlParseException
(this, SR.Format(SR.InvalidClosingBracketCharacers, ch.ToString()));
456
throw new
XamlParseException
(this, SR.QuoteCharactersOutOfPlace);
480
throw new
XamlParseException
(this, SR.UnexpectedTokenAfterME);
486
throw new
XamlParseException
(this, SR.Format(SR.MalformedBracketCharacters, ch.ToString()));
500
throw new
XamlParseException
(this, SR.UnclosedQuote);