_dispDebuggerEvents.OnExceptionNotHandled 方法

定义

仅限 Microsoft 内部使用。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void OnExceptionNotHandled(System::String ^ ExceptionType, System::String ^ Name, int Code, System::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction % ExceptionAction);
public:
 void OnExceptionNotHandled(Platform::String ^ ExceptionType, Platform::String ^ Name, int Code, Platform::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction &  ExceptionAction);
void OnExceptionNotHandled(std::wstring const & ExceptionType, std::wstring const & Name, int Code, std::wstring const & Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction & ExceptionAction);
[System.Runtime.InteropServices.DispId(5)]
public void OnExceptionNotHandled (string ExceptionType, string Name, int Code, string Description, out EnvDTE.dbgExceptionAction ExceptionAction);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member OnExceptionNotHandled : string * string * int * string * dbgExceptionAction -> unit
Public Sub OnExceptionNotHandled (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

异常操作。

属性

适用于