Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Notifies the debugger that an exception has been thrown from managed code.
Syntax
HRESULT Exception (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *pThread,
[in] BOOL unhandled
);
Parameters
pAppDomain
[in] A pointer to an ICorDebugAppDomain object that represents the application domain in which the exception was thrown.
pThread
[in] A pointer to an ICorDebugThread object that represents the thread in which the exception was thrown.
unhandled
[in] If this value is false, the exception has not yet been processed by the application; otherwise, the exception is unhandled and will terminate the process.
Remarks
The specific exception can be retrieved from the thread object.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0