| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ThrowsAdviceInterceptor.HandlerMethodCount Property
Convenience property that returns the number of exception handler methods managed by this interceptor.
[Visual Basic]
Public ReadOnly Property HandlerMethodCount() As
Integer Public Get
End Get
End Property
[C#]
public
int HandlerMethodCount { public get; }
Property Value
The number of exception handler methods managed by this interceptor.
See Also
ThrowsAdviceInterceptor Class | Spring.Aop.Framework.Adapter Namespace