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