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