| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractExceptionHandler.ActionExpressionText Property
Gets the action translation expression text
[Visual Basic]
Public Overridable Property ActionExpressionText() As
String _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
string ActionExpressionText { public get; public set; }
Property Value
The action translation expression.
Implements
IExceptionHandler.ActionExpressionText
See Also
AbstractExceptionHandler Class | Spring.Aspects Namespace