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