Castle.MonoRail.Framework.RescueAttribute.RescueAttribute C# (CSharp) Method

RescueAttribute() public method

Constructs a RescueAttribute with the template name.
public RescueAttribute ( String viewName ) : System
viewName String The view to use in the event of error
return System
		public RescueAttribute(String viewName) : this(viewName, typeof(Exception))
		{			
		}

Same methods

RescueAttribute::RescueAttribute ( String viewName, Type exceptionType ) : System