NewTOAPIA.Net.Udt.CUDTUnited.setError C# (CSharp) Method

setError() private method

private setError ( CUDTException e ) : void
e CUDTException
return void
        internal void setError(CUDTException e)
        {
            CGuard tg = new CGuard(m_TLSLock);
            //delete (CUDTException*)TlsGetValue(m_TLSError);
            //TlsSetValue(m_TLSError, e);
            m_mTLSRecord[GetCurrentThreadId()] = e;
        }