title | description | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_CxxThrowException |
Learn more about: _CxxThrowException |
11/04/2016 |
|
|
|
|
|
|
Builds the exception record and calls the runtime environment to start processing the exception.
extern "C" void __stdcall _CxxThrowException(
void* pExceptionObject,
_ThrowInfo* pThrowInfo
);
pExceptionObject
The object that generated the exception.
pThrowInfo
The information that is required to process the exception.
This method is included in a compiler-only file that the compiler uses to process exceptions. Don't call the method directly from your code.
Source: Throw.cpp