C# Class Castle.MonoRail.Framework.Internal.RescueDescriptor

Represents a rescue configuration
Datei anzeigen Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
RescueDescriptor ( string viewName, Type exceptionType ) : System

Initializes a new instance of the RescueDescriptor class.

Method Details

RescueDescriptor() public method

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.
return System