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
显示文件 Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
MethodExceptionEventArgs ( Type targetClass, String targetMethod, Exception exceptionThrown ) : System

Method Details

MethodExceptionEventArgs() public method

public MethodExceptionEventArgs ( Type targetClass, String targetMethod, Exception exceptionThrown ) : System
targetClass System.Type
targetMethod String
exceptionThrown System.Exception
return System