#pragma once class CExceptionDmp { public: CExceptionDmp(); ~CExceptionDmp(); bool static UploadDump(std::wstring filePath, std::string ossname); };