5 instantiations of TypeNameParserException
System.Xaml (5)
System\Xaml\Parser\GenericTypeNameParser.cs (5)
255throw new TypeNameParserException(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText)); 273frame.Namespace = ns ?? throw new TypeNameParserException(SR.Format(SR.PrefixNotFound, prefix)); 301throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 307throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 318throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText));
2 references to TypeNameParserException
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
86catch (TypeNameParserException ex) 116catch (TypeNameParserException ex)