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