Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

RetryAdvice Properties

The properties of the RetryAdvice class are listed below. For a complete list of RetryAdvice class members, see the RetryAdvice Members topic.

Public Instance Properties

OnExceptionNameRegex Gets or sets the Regex string used to parse advice expressions starting with 'on exception name' and exception handling actions.
OnExceptionRegex Gets or sets the Regex string used to parse advice expressions starting with 'on exception (constraint)' and exception handling actions.
RetryExpression Gets or sets the retry expression.

Explicit Interface Implementations

IDeserializationCallback.OnDeserialization (inherited from AbstractExceptionHandlerAdvice)Missing <summary> documentation for M:Spring.Aspects.AbstractExceptionHandlerAdvice.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)

See Also

RetryAdvice Class | Spring.Aspects Namespace