5 references to TypeNameParserException
System.Xaml (5)
System\Xaml\Parser\GenericTypeNameParser.cs (5)
255
throw new
TypeNameParserException
(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText));
273
frame.Namespace = ns ?? throw new
TypeNameParserException
(SR.Format(SR.PrefixNotFound, prefix));
301
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
307
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
318
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));