Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Namespace:
Developpez.Dotnet
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
[Missing <summary> documentation for "T:Developpez.Dotnet.MethodCallExceptionEventHandler"]
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public delegate void MethodCallExceptionEventHandler( Object sender, MethodCallExceptionEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub MethodCallExceptionEventHandler ( _ sender As Object, _ e As MethodCallExceptionEventArgs _ ) |
| Visual C++ |
|---|
public delegate void MethodCallExceptionEventHandler( Object^ sender, MethodCallExceptionEventArgs^ e ) |