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