C# Class NVelocity.App.Events.MethodExceptionEventArgs

Called when a method throws an exception. This gives the application a chance to deal with it and either return something nice, or throw. Please return what you want rendered into the output stream.
Inheritance: System.EventArgs
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode Description
MethodExceptionEventArgs ( Type targetClass, String targetMethod, Exception exceptionThrown ) : System

Method Details

MethodExceptionEventArgs() public méthode

public MethodExceptionEventArgs ( Type targetClass, String targetMethod, Exception exceptionThrown ) : System
targetClass System.Type
targetMethod String
exceptionThrown System.Exception
Résultat System