1 write to Exception
System.Net.Security (1)
System\Net\SecurityStatusPal.cs (1)
14Exception = exception;
8 references to Exception
System.Net.Security (8)
System\Net\Security\SslStream.Protocol.cs (4)
1190if (status.Exception != null) 1192ExceptionDispatchInfo.Throw(status.Exception); 1209if (status.Exception != null) 1211ExceptionDispatchInfo.Throw(status.Exception);
System\Net\Security\SslStreamPal.Unix.cs (1)
17return status.Exception ?? new Interop.OpenSsl.SslException((int)status.ErrorCode);
System\Net\SecurityStatusPal.cs (3)
19return Exception == null ? 21$"{nameof(ErrorCode)}={ErrorCode}, {nameof(Exception)}={Exception}";