Method | Description | |
---|---|---|
ProcessException ( |
Initiates the ExceptionChainingExtension manualy
|
|
Service ( IServiceProvider provider ) : void |
Services the specified provider.
|
|
SetExtensionConfigNode ( XmlNode node ) : void |
Gives to the extension implementor a chance to read attributes and child nodes of the extension node
|
Method | Description | |
---|---|---|
InstallExceptionHandler ( XmlNode node, String typeName ) : void |
Installs the exception handler.
|
|
OnException ( IRailsEngineContext context ) : void |
Called when an exception happens.
|
public ProcessException ( |
||
exception | The exception to process | |
return | void |
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The provider. |
return | void |
public SetExtensionConfigNode ( XmlNode node ) : void | ||
node | XmlNode | The node that defines the MonoRail extension |
return | void |