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