5 references to TypeNameParserException
System.Xaml (5)
System\Xaml\Parser\GenericTypeNameParser.cs (5)
252
throw new
TypeNameParserException
(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText));
270
frame.Namespace = ns ?? throw new
TypeNameParserException
(SR.Format(SR.PrefixNotFound, prefix));
298
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
304
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
315
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));