3 writes to _Exception
System (3)
net\System\Net\SecureProtocols\_SslState.cs (3)
176
_Exception
= null;
427
_Exception
= e;
477
_Exception
= new ObjectDisposedException("SslStream");
10 references to _Exception
System (10)
net\System\Net\SecureProtocols\_SslState.cs (10)
139
if (
_Exception
!= null && !_CanRetryAuthentication) {
140
throw
_Exception
;
195
return _Context != null && _Context.IsValidContext &&
_Exception
== null && HandshakeCompleted;
425
if (
_Exception
== null)
429
if (
_Exception
!= null && Context != null) {
432
return
_Exception
;
455
if (
_Exception
!= null) {
456
throw
_Exception
;
679
throw
_Exception
;
683
if (
_Exception
!= null) {