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)
933
if (_waveOut.IsAborted || _site.
LastException
!= null)
937
if (_site.
LastException
!= null)
939
Exception lastException = _site.
LastException
;