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

__ExceptionInstance() private method

private __ExceptionInstance ( int start, int end, int filterAddr, int handle, int handleEnd, int type, int exceptionClass ) : System.Text
start int
end int
filterAddr int
handle int
handleEnd int
type int
exceptionClass int
return System.Text
        internal __ExceptionInstance(int start,int end,int filterAddr,int handle,int handleEnd,int type,int exceptionClass) 
        {
            m_startAddress=start;
            m_endAddress=end;
            m_filterAddress = filterAddr;
            m_handleAddress=handle;
            m_handleEndAddress=handleEnd;
            m_type=type;
            m_exceptionClass = exceptionClass;
        }
        #endregion