8 references to GetException
System.Net.Security (8)
System\Net\Security\SslStream.IO.cs (4)
227
throw SslStreamPal.
GetException
(token.Status);
754
return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new IOException(SR.net_io_encrypt, SslStreamPal.
GetException
(token.Status))));
789
throw new IOException(SR.net_io_encrypt, SslStreamPal.
GetException
(token.Status));
976
throw new IOException(SR.net_io_decrypt, SslStreamPal.
GetException
(status));
System\Net\Security\SslStream.Protocol.cs (1)
1605
return Done ? null : SslStreamPal.
GetException
(Status);
System\Net\Security\TlsSession.cs (3)
1184
throw new IOException(SR.net_io_encrypt, SslStreamPal.
GetException
(token.Status));
1319
throw new IOException(SR.net_io_decrypt, SslStreamPal.
GetException
(status));
1482
throw new IOException(SR.net_io_encrypt, SslStreamPal.
GetException
(status));