5 references to GetException
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (4)
245throw SslStreamPal.GetException(token.Status); 680return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new IOException(SR.net_io_encrypt, SslStreamPal.GetException(token.Status)))); 715throw new IOException(SR.net_io_encrypt, SslStreamPal.GetException(token.Status)); 934throw new IOException(SR.net_io_decrypt, SslStreamPal.GetException(status));
System\Net\Security\SslStream.Protocol.cs (1)
1442return Done ? null : SslStreamPal.GetException(Status);