Method | Description | |
---|---|---|
CollectRescues ( |
Implementors should collect the rescue information and return descriptors instances, or an empty array if none was found.
|
|
CollectRescues ( |
Collects the rescues.
|
|
Service ( IServiceProvider provider ) : void |
Invoked by the framework in order to give a chance to obtain other services
|
public CollectRescues ( |
||
memberInfo | The action (MethodInfo) | |
return | Castle.MonoRail.Framework.Internal.RescueDescriptor[] |
public CollectRescues ( |
||
type | The type. | |
return | Castle.MonoRail.Framework.Internal.RescueDescriptor[] |
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The service proviver |
return | void |