_dispDebuggerEvents.OnExceptionThrown 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅限 Microsoft 内部使用。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void OnExceptionThrown(System::String ^ ExceptionType, System::String ^ Name, int Code, System::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction % ExceptionAction);
public:
void OnExceptionThrown(Platform::String ^ ExceptionType, Platform::String ^ Name, int Code, Platform::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction & ExceptionAction);
void OnExceptionThrown(std::wstring const & ExceptionType, std::wstring const & Name, int Code, std::wstring const & Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction & ExceptionAction);
[System.Runtime.InteropServices.DispId(4)]
public void OnExceptionThrown (string ExceptionType, string Name, int Code, string Description, out EnvDTE.dbgExceptionAction ExceptionAction);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member OnExceptionThrown : string * string * int * string * dbgExceptionAction -> unit
Public Sub OnExceptionThrown (ExceptionType As String, Name As String, Code As Integer, Description As String, ByRef ExceptionAction As dbgExceptionAction)
参数
- ExceptionType
- String
异常类型的名称。
- Name
- String
异常的名称。
- Code
- Int32
代码的类型。
- Description
- String
说明。
- ExceptionAction
- dbgExceptionAction
异常操作。
- 属性