_dispDebuggerEvents.OnExceptionNotHandled-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub OnExceptionNotHandled ( _
ExceptionType As String, _
Name As String, _
Code As Integer, _
Description As String, _
<OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
void OnExceptionNotHandled(
string ExceptionType,
string Name,
int Code,
string Description,
out dbgExceptionAction ExceptionAction
)
void OnExceptionNotHandled(
[InAttribute] String^ ExceptionType,
[InAttribute] String^ Name,
[InAttribute] int Code,
[InAttribute] String^ Description,
[InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
abstract OnExceptionNotHandled :
ExceptionType:string *
Name:string *
Code:int *
Description:string *
ExceptionAction:dbgExceptionAction byref -> unit
function OnExceptionNotHandled(
ExceptionType : String,
Name : String,
Code : int,
Description : String,
ExceptionAction : dbgExceptionAction
)
Parameter
ExceptionType
Typ: StringDer Name eines Ausnahmetyps.
Name
Typ: StringDer Name der Ausnahme.
Code
Typ: Int32Der Typ des Codes.
Description
Typ: StringDie Beschreibung.
ExceptionAction
Typ: EnvDTE.dbgExceptionAction%Die Ausnahmeaktion.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.