| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
RetryAdvice.OnExceptionRegex Property
Gets or sets the Regex string used to parse advice expressions starting with 'on exception (constraint)' and exception handling actions.
[Visual Basic]
Public Overrides Property OnExceptionRegex() As
String Public Get
End Get
Public Set
End Set
End Property
[C#]
public override
string OnExceptionRegex { public get; public set; }
Property Value
The regex string to parse advice expressions starting with 'on exception (constraint)' and exception handling actions.
See Also
RetryAdvice Class | Spring.Aspects Namespace