| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IExceptionHandler.ConstraintExpressionText Property
Gets or sets the constraint expression text.
[Visual Basic]
Public MustOverride 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.
See Also
IExceptionHandler Interface | Spring.Aspects Namespace