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