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