Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Builds the exception record and calls the runtime environment to start processing the exception.
extern "C" void __stdcall _CxxThrowException(
void* pExceptionObject
_ThrowInfo* pThrowInfo
);
Parameters
[in] pExceptionObject
The object that generated the exception.[in] pThrowInfo
The information that is required to process the exception.
Remarks
This method is included in a compiler-only file that the compiler uses to process exceptions. Do not call the method directly from your code.
Requirements
Source: Throw.cpp