Castle.MonoRail.Framework.RescueAttribute.RescueAttribute C# (CSharp) 메소드

RescueAttribute() 공개 메소드

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

Same methods

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