Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Représente le délégué utilisé pour un évènement résultant d'une exception dans une des méthodes surveillées
Espace de nom : Developpez.Dotnet.DiagnosticsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public delegate void MethodCallExceptionEventHandler( Object sender, MethodCallExceptionEventArgs e ) |
Visual Basic (Déclaration) |
---|
Public Delegate Sub MethodCallExceptionEventHandler ( _ sender As Object, _ e As MethodCallExceptionEventArgs _ ) |
Visual C++ |
---|
public delegate void MethodCallExceptionEventHandler( Object^ sender, MethodCallExceptionEventArgs^ e ) |
Paramètres
- sender
- Type: System..::..Object
La source de l'évènement
- e
- Type: Developpez.Dotnet.Diagnostics..::..MethodCallExceptionEventArgs
Un BeforeMethodCallEventArgs qui contient les arguments de l'évènement