| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractExceptionHandler.ContinueProcessing Property
Gets a value indicating whether to continue processing.
[Visual Basic]
Public NotOverridable 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.
Implements
IExceptionHandler.ContinueProcessing
See Also
AbstractExceptionHandler Class | Spring.Aspects Namespace