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)
133if (_Exception != null && !_CanRetryAuthentication) { 134throw _Exception; 229if (_Exception == null || !(_Exception is ObjectDisposedException)) 233if (_Exception != null && _Context != null) { 236return _Exception; 247return _Context != null && HandshakeComplete && _Exception == null && _RemoteOk; 361if (_Exception != null) { 362throw _Exception; 408if (lazyResult == null || _Exception != null) {