_dispDebuggerEvents.OnExceptionThrown, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
Sub OnExceptionThrown ( _
ExceptionType As String, _
Name As String, _
Code As Integer, _
Description As String, _
<OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
void OnExceptionThrown(
string ExceptionType,
string Name,
int Code,
string Description,
out dbgExceptionAction ExceptionAction
)
void OnExceptionThrown(
[InAttribute] String^ ExceptionType,
[InAttribute] String^ Name,
[InAttribute] int Code,
[InAttribute] String^ Description,
[InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
abstract OnExceptionThrown :
ExceptionType:string *
Name:string *
Code:int *
Description:string *
ExceptionAction:dbgExceptionAction byref -> unit
function OnExceptionThrown(
ExceptionType : String,
Name : String,
Code : int,
Description : String,
ExceptionAction : dbgExceptionAction
)
Paramètres
ExceptionType
Type : StringNom du type d'exception.
Name
Type : StringNom de l'exception.
Code
Type : Int32Type de code.
Description
Type : StringDescription.
ExceptionAction
Type : EnvDTE.dbgExceptionAction%Action d'exception.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.