4 references to ArrayOfNullIllegal
System.Speech (4)
Recognition\GrammarBuilder.cs (1)
123
throw new ArgumentException(SR.Get(SRID.
ArrayOfNullIllegal
), nameof(builder));
Recognition\RecognizerBase.cs (2)
380
throw new ArgumentException(SR.Get(SRID.
ArrayOfNullIllegal
), nameof(wordUnits));
404
throw new ArgumentException(SR.Get(SRID.
ArrayOfNullIllegal
), nameof(wordUnits));
Recognition\SrgsGrammar\SrgsGrammarCompiler.cs (1)
70
throw new ArgumentException(SR.Get(SRID.
ArrayOfNullIllegal
), nameof(inputPaths));