Castle.MonoRail.Framework.RescueAttribute.RescueAttribute C# (CSharp) Méthode

RescueAttribute() public méthode

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

Same methods

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