System.Threading.ThreadExceptionEventArgs.ThreadExceptionEventArgs C# (CSharp) Method

ThreadExceptionEventArgs() public method

public ThreadExceptionEventArgs ( Exception t )
t Exception
        public ThreadExceptionEventArgs(Exception t)
        {
            m_exception = t;
        }

Same methods

ThreadExceptionEventArgs::ThreadExceptionEventArgs ( System t )
ThreadExceptionEventArgs