Метод | Описание | |
---|---|---|
Configure ( XmlNode exceptionHandlerNode ) : void |
Implementors should check for known attributes and child nodes within the
|
|
Process ( IRailsEngineContext context ) : void |
Implementors should perform the action on the exception. Note that the exception is available in IRailsEngineContext.LastException
|
public Configure ( XmlNode exceptionHandlerNode ) : void | ||
exceptionHandlerNode | XmlNode | The Xml node /// that represents this handler on the configuration file |
Результат | void |
public Process ( IRailsEngineContext context ) : void | ||
context | IRailsEngineContext | |
Результат | void |