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)
1215
if (status.
Exception
!= null)
1217
ExceptionDispatchInfo.Throw(status.
Exception
);
1234
if (status.
Exception
!= null)
1236
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
}";