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