Method Handle
- Namespace
- LMKit.Agents.Resilience
- Assembly
- LM-Kit.NET.dll
Handle<TException>()
Configures the policy to retry only specific exception types.
public RetryPolicy Handle<TException>() where TException : Exception
Returns
- RetryPolicy
This policy for method chaining.
Type Parameters
TExceptionThe exception type to retry.