System.Threading.AbandonedMutexException.SetupException C# (CSharp) Method

SetupException() private method

private SetupException ( int location, WaitHandle handle ) : void
location int
handle WaitHandle
return void
        private void SetupException(int location, WaitHandle handle)
        {
            m_MutexIndex = location;
            if(handle != null)
                m_Mutex = handle as Mutex;
        }