Method | Description | |
---|---|---|
BuildRescueDescriptors ( ) : Castle.MonoRail.Framework.Internal.RescueDescriptor[] |
IRescueDescriptorBuilder implementation. Builds the rescue descriptors.
|
|
RescueAttribute ( String viewName ) : System |
Constructs a RescueAttribute with the template name.
|
|
RescueAttribute ( String viewName, |
Constructs a RescueAttribute with the template name and exception type.
|
public BuildRescueDescriptors ( ) : Castle.MonoRail.Framework.Internal.RescueDescriptor[] | ||
return | Castle.MonoRail.Framework.Internal.RescueDescriptor[] |
public RescueAttribute ( String viewName ) : System | ||
viewName | String | The view to use in the event of error |
return | System |
public RescueAttribute ( String viewName, |
||
viewName | String | The view to use in the event of error |
exceptionType | The exception to match | |
return | System |