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