Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.18 KB

cxxthrowexception.md

File metadata and controls

43 lines (31 loc) · 1.18 KB
title description ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords
_CxxThrowException
Learn more about: _CxxThrowException
11/04/2016
_CxxThrowException
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
DLLExport
apiref
CxxThrowException
_CxxThrowException
_CxxThrowException function
CxxThrowException function

_CxxThrowException

Builds the exception record and calls the runtime environment to start processing the exception.

Syntax

extern "C" void __stdcall _CxxThrowException(
   void* pExceptionObject,
   _ThrowInfo* pThrowInfo
);

Parameters

pExceptionObject
The object that generated the exception.

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. Don't call the method directly from your code.

Requirements

Source: Throw.cpp

See also

Alphabetical function reference