Representante _dispDebuggerEvents_OnExceptionThrownEventHandler
Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.
Microsoft somente uso interno.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE. dll)
Sintaxe
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerEvents_OnExceptionThrownEventHandler ( _
ExceptionType As String, _
Name As String, _
Code As Integer, _
Description As String, _
<OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
Dim instance As New _dispDebuggerEvents_OnExceptionThrownEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnExceptionThrownEventHandler(
string ExceptionType,
string Name,
int Code,
string Description,
out dbgExceptionAction ExceptionAction
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnExceptionThrownEventHandler(
[InAttribute] String^ ExceptionType,
[InAttribute] String^ Name,
[InAttribute] int Code,
[InAttribute] String^ Description,
[InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
O JScript não oferece suporte a delegados.
Parâmetros
- ExceptionType
Tipo: System.String
- Name
Tipo: System.String
- Code
Tipo: System.Int32
- Description
Tipo: System.String
- ExceptionAction
Tipo: EnvDTE.dbgExceptionAction%