Table of Contents

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

TException

The exception type to retry.