| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IExceptionHandler.ContinueProcessing Property
Gets a value indicating whether to continue processing.
[Visual Basic]
Public MustOverride Property ContinueProcessing() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public
bool ContinueProcessing { public get; public set; }
Property Value
true if continue processing; otherwise, false.
See Also
IExceptionHandler Interface | Spring.Aspects Namespace