Exemplo n.º 1
0
        int ICorDebugThread.GetCurrentException(out ICorDebugValue ppExceptionObject)
        {
            ppExceptionObject = this.GetLastCorDebugThread()._currentException;

            return(COM_HResults.BOOL_TO_HRESULT_FALSE(ppExceptionObject != null));
        }