ICorProfilerCallback::ExceptionThrown Method
Notifies the profiler that an exception has been thrown.
Note
This function is called only if the exception reaches managed code.
Syntax
HRESULT ExceptionThrown(
[in] ObjectID thrownObjectId);
Parameters
thrownObjectId
[in] The ID of the object that caused the exception to be thrown.
Remarks
The profiler should not block in its implementation of this method because the stack may not be in a state that allows garbage collection, and therefore preemptive garbage collection cannot be enabled. If the profiler blocks here and garbage collection is attempted, the runtime will block until this callback returns.
The profiler's implementation of this method should not call into managed code or in any way cause a managed-memory allocation.
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0