| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractExceptionHandler.HandleException Method
Handles the exception.
[Visual Basic]
Public MustOverride Sub HandleException( _
ByVal
callContextDictionary As
IDictionary _
) _
Return Value
The return value from handling the exception, if not rethrown or a new exception is thrown.
Implements
IExceptionHandler.HandleException
See Also
AbstractExceptionHandler Class | Spring.Aspects Namespace