5 references to TypeNameParserException
System.Xaml (5)
System\Xaml\Parser\GenericTypeNameParser.cs (5)
252throw new TypeNameParserException(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText)); 270frame.Namespace = ns ?? throw new TypeNameParserException(SR.Format(SR.PrefixNotFound, prefix)); 298throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 304throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 315throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText));