System.Data.SqlClient.SNI.SNITCPHandle.ReportTcpSNIError C# (CSharp) Method

ReportTcpSNIError() private method

private ReportTcpSNIError ( Exception sniException ) : uint
sniException Exception
return uint
        private uint ReportTcpSNIError(Exception sniException)
        {
            _status = TdsEnums.SNI_ERROR;
            return SNICommon.ReportSNIError(SNIProviders.TCP_PROV, SNICommon.InternalExceptionError, sniException);
        }

Same methods

SNITCPHandle::ReportTcpSNIError ( uint nativeError, uint sniError, string errorMessage ) : uint