2 writes to LastException
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
909_site.LastException = null; 940_site.LastException = null;
3 references to LastException
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (3)
933if (_waveOut.IsAborted || _site.LastException != null) 937if (_site.LastException != null) 939Exception lastException = _site.LastException;