| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractExceptionHandlerAdvice.GetMatch Method
Gets the match using exception constraint expression.
[Visual Basic]
Protected Overridable Sub GetMatch( _
ByVal
adviceExpressionString As
String, _
ByVal
regexString As
String _
)
[C#]
protected virtual
Match GetMatch(
string adviceExpressionString,
string regexString);
Parameters
-
adviceExpressionString
- The advice expression string.
-
regexString
- The regex string.
Return Value
The Match object resulting from the regular expression match.
See Also
AbstractExceptionHandlerAdvice Class | Spring.Aspects Namespace