C# Класс Castle.MonoRail.Framework.Internal.RescueDescriptor

Represents a rescue configuration
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RescueDescriptor ( string viewName, Type exceptionType ) : System

Initializes a new instance of the RescueDescriptor class.

Описание методов

RescueDescriptor() публичный Метод

Initializes a new instance of the RescueDescriptor class.
public RescueDescriptor ( string viewName, Type exceptionType ) : System
viewName string Name of the rescue view.
exceptionType System.Type Type of the exception it is associated with.
Результат System