5 instantiations of 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));
2 references to TypeNameParserException
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
83
catch (
TypeNameParserException
ex)
113
catch (
TypeNameParserException
ex)