1 write to Exception
System.Net.Security (1)
System\Net\SecurityStatusPal.cs (1)
14Exception = exception;
9 references to Exception
System.Net.Security (9)
System\Net\Security\SslStream.Protocol.cs (4)
1366if (status.Exception != null) 1368ExceptionDispatchInfo.Throw(status.Exception); 1396if (status.Exception != null) 1398ExceptionDispatchInfo.Throw(status.Exception);
System\Net\Security\SslStreamPal.Unix.cs (1)
17return status.Exception ?? new Interop.OpenSsl.SslException((int)status.ErrorCode);
System\Net\Security\TlsSession.cs (1)
1021throw new AuthenticationException(SR.net_auth_SSPI, selStatus.Exception);
System\Net\SecurityStatusPal.cs (3)
19return Exception == null ? 21$"{nameof(ErrorCode)}={ErrorCode}, {nameof(Exception)}={Exception}";