| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractExceptionHandler.SourceExceptionTypes Property
Gets the source exception types.
[Visual Basic]
Public Overridable Property SourceExceptionTypes() As
IList _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
IList SourceExceptionTypes { public get; public set; }
Property Value
The source exception types.
Implements
IExceptionHandler.SourceExceptionTypes
See Also
AbstractExceptionHandler Class | Spring.Aspects Namespace