5 instantiations of TypeNameParserException
System.Xaml (5)
System\Xaml\Parser\GenericTypeNameParser.cs (5)
253
throw new
TypeNameParserException
(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText));
269
frame.Namespace = ns ?? throw new
TypeNameParserException
(SR.Format(SR.PrefixNotFound, prefix));
296
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
302
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
313
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
2 references to TypeNameParserException
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
88
catch (
TypeNameParserException
ex)
117
catch (
TypeNameParserException
ex)