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