5 references to GetException
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (4)
227
throw SslStreamPal.
GetException
(token.Status);
725
return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new IOException(SR.net_io_encrypt, SslStreamPal.
GetException
(token.Status))));
760
throw new IOException(SR.net_io_encrypt, SslStreamPal.
GetException
(token.Status));
947
throw new IOException(SR.net_io_decrypt, SslStreamPal.
GetException
(status));
System\Net\Security\SslStream.Protocol.cs (1)
1563
return Done ? null : SslStreamPal.
GetException
(Status);