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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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