5 instantiations of TypeNameParserException
System.Xaml (5)
System\Xaml\Parser\GenericTypeNameParser.cs (5)
253
throw new
TypeNameParserException
(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText));
271
frame.Namespace = ns ?? throw new
TypeNameParserException
(SR.Format(SR.PrefixNotFound, prefix));
299
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
305
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
316
throw new
TypeNameParserException
(SR.Format(SR.InvalidTypeString, _inputText));
2 references to TypeNameParserException
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
84
catch (
TypeNameParserException
ex)
114
catch (
TypeNameParserException
ex)