Méthode | Description | |
---|---|---|
Initialize ( ) : void |
Implementors should perform any required initialization
|
|
Process ( IRailsEngineContext context ) : void |
Implementors should perform the action on the exception. Note that the exception is available in IRailsEngineContext.LastException
|
Méthode | Description | |
---|---|---|
BuildStandardMessage ( IRailsEngineContext context ) : string |
Builds the standard message.
|
|
InvokeNext ( IRailsEngineContext context ) : void |
Invokes the next handler.
|
Méthode | Description | |
---|---|---|
DumpDictionary ( IDictionary dict, String title, StringBuilder message ) : void | ||
DumpDictionary ( |
||
RecursiveDumpException ( |
protected BuildStandardMessage ( IRailsEngineContext context ) : string | ||
context | IRailsEngineContext | The context. |
Résultat | string |
protected InvokeNext ( IRailsEngineContext context ) : void | ||
context | IRailsEngineContext | The context. |
Résultat | void |
public abstract Process ( IRailsEngineContext context ) : void | ||
context | IRailsEngineContext | |
Résultat | void |