<PackageReference Include="Polly" Version="7.2.4" />

TimeoutRejectedException

Exception thrown when a delegate executed through a TimeoutPolicy does not complete, before the configured timeout.

Initializes a new instance of the TimeoutRejectedException class.

public TimeoutRejectedException(string message)

Initializes a new instance of the TimeoutRejectedException class.

public TimeoutRejectedException(string message, Exception innerException)

Initializes a new instance of the TimeoutRejectedException class.