1 write to LoadException
System.Speech (1)
Recognition\RecognizerBase.cs (1)
1747grammar.LoadException = exception;
2 references to LoadException
System.Speech (2)
Recognition\RecognizerBase.cs (2)
1765LoadGrammarCompleted?.Invoke(this, new LoadGrammarCompletedEventArgs(grammar, grammar.LoadException, false, null)); 2027exception = grammar.LoadException;