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