| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ParsedAdviceExpression.ExceptionNames Property
Gets or sets the exception names.
[Visual Basic]
Public Property ExceptionNames() As
String Public Get
End Get
Public Set
End Set
End Property
[C#]
public
string[] ExceptionNames { public get; public set; }
Property Value
The exception names.
See Also
ParsedAdviceExpression Class | Spring.Aspects Namespace