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