3 writes to _Exception
System (3)
net\System\Net\SecureProtocols\_NegoState.cs (3)
160
_Exception
= null;
231
_Exception
= e;
373
_Exception
= new ObjectDisposedException("NegotiateStream");
10 references to _Exception
System (10)
net\System\Net\SecureProtocols\_NegoState.cs (10)
133
if (
_Exception
!= null && !_CanRetryAuthentication) {
134
throw
_Exception
;
229
if (
_Exception
== null || !(
_Exception
is ObjectDisposedException))
233
if (
_Exception
!= null && _Context != null) {
236
return
_Exception
;
247
return _Context != null && HandshakeComplete &&
_Exception
== null && _RemoteOk;
361
if (
_Exception
!= null) {
362
throw
_Exception
;
408
if (lazyResult == null ||
_Exception
!= null) {