_dispDebuggerEvents_SinkHelper.OnExceptionThrown 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅限 Microsoft 内部使用。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
override void OnExceptionThrown(System::String ^ A_1, System::String ^ A_2, int A_3, System::String ^ A_4, EnvDTE::dbgExceptionAction % A_5);
public:
override void OnExceptionThrown(Platform::String ^ A_1, Platform::String ^ A_2, int A_3, Platform::String ^ A_4, EnvDTE::dbgExceptionAction & A_5);
override void OnExceptionThrown(std::wstring const & A_1, std::wstring const & A_2, int A_3, std::wstring const & A_4, EnvDTE::dbgExceptionAction & A_5);
public override void OnExceptionThrown (string A_1, string A_2, int A_3, string A_4, ref EnvDTE.dbgExceptionAction A_5);
abstract member OnExceptionThrown : string * string * int * string * dbgExceptionAction -> unit
override this.OnExceptionThrown : string * string * int * string * dbgExceptionAction -> unit
Public Overrides Sub OnExceptionThrown (A_1 As String, A_2 As String, A_3 As Integer, A_4 As String, ByRef A_5 As dbgExceptionAction)
参数
- A_1
- String
- A_2
- String
- A_3
- Int32
- A_4
- String