ISymUnmanagedAsyncMethodPropertiesWriter::DefineCatchHandlerILOffset Method
Sets the IL offset for the compiler-generated catch handler that wraps an async method.
The IL offset of the generated catch is used by the debugger to handle the catch as if it were non-user code even though it might occur in a user code method. In particular, it is used in response to a CatchHandlerFound exception event.
Syntax
HRESULT DefineCatchHandlerILOffset( [in] ULONG32 catchHandlerOffset);
Parameters
Parameter | Description |
---|---|
catchHandlerOffset |
Return Value
Returns HRESULT
.
Requirements
Header: CorSym.idl, CorSym.h
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.