5 references to 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));