_dispDebuggerEvents.OnExceptionThrown(String, String, Int32, String, dbgExceptionAction) Метод

Определение

Только для внутреннего применения корпорацией Майкрософт.

Этот 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

Действие исключения.

Атрибуты

Применяется к