| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IExceptionHandler.CanHandleException Method
Determines whether this instance can handle the exception the specified exception.
[Visual Basic]
Public Sub CanHandleException( _
ByVal
ex As
Exception, _
ByVal
callContextDictionary As
IDictionary _
)
Parameters
-
ex
- The exception.
-
callContextDictionary
- The call context dictionary.
Return Value
true if this instance can handle the specified exception; otherwise, false.
See Also
IExceptionHandler Interface | Spring.Aspects Namespace