System.Reflection.Emit.__ExceptionInfo.__ExceptionInfo C# (CSharp) Method

__ExceptionInfo() private method

private __ExceptionInfo ( ) : System
return System
        private __ExceptionInfo() {
            m_startAddr = 0;
            m_filterAddr = null;
            m_catchAddr = null;
            m_catchEndAddr = null;
            m_endAddr = 0;
            m_currentCatch = 0;
            m_type = null;
            m_endFinally = -1;
            m_currentState = State_Try;
        }

Same methods

__ExceptionInfo::__ExceptionInfo ( int startAddr, Label endLabel ) : System