Searched refs:GetExceptionArguments (Results 1 – 2 of 2) sorted by relevance
67 const std::vector<ULONG_PTR>& GetExceptionArguments() const { return m_arguments; } in GetExceptionArguments() function
305 const std::vector<ULONG_PTR> &args = exception->GetExceptionArguments(); in DumpAdditionalExceptionInformation()