C# 클래스 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.
상속: System.EventArgs
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 메소드들

메소드 설명
MethodExceptionEventArgs ( Type targetClass, String targetMethod, Exception exceptionThrown ) : System

메소드 상세

MethodExceptionEventArgs() 공개 메소드

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