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)
139if (_Exception != null && !_CanRetryAuthentication) { 140throw _Exception; 195return _Context != null && _Context.IsValidContext && _Exception == null && HandshakeCompleted; 425if (_Exception == null) 429if (_Exception != null && Context != null) { 432return _Exception; 455if (_Exception != null) { 456throw _Exception; 679throw _Exception; 683if (_Exception != null) {