5 references to GetException
System (5)
net\System\Net\SecureProtocols\_SslState.cs (2)
805
StartSendAuthResetSignal(null, asyncRequest, new AuthenticationException(SR.GetString(SR.net_auth_SSPI), message.
GetException
()));
946
StartSendAuthResetSignal(null, asyncRequest, new AuthenticationException(SR.GetString(SR.net_auth_SSPI), message.
GetException
()));
net\System\Net\SecureProtocols\_SslStream.cs (3)
525
throw new IOException(SR.GetString(SR.net_io_encrypt), message.
GetException
());
590
throw new IOException(SR.GetString(SR.net_io_encrypt), message.
GetException
());
893
throw new IOException(SR.GetString(SR.net_io_decrypt), message.
GetException
());