Table of Contents

Class RetryExpiredException

Namespace
Azure.Iot.Operations.Protocol.Retry
Assembly
Azure.Iot.Operations.Protocol.dll

This exception is thrown when an operation is cancelled because the configured retry policy dictated that the operation shouldn't retry any longer.

public class RetryExpiredException : Exception, ISerializable
Inheritance
RetryExpiredException
Implements
Inherited Members

Constructors

RetryExpiredException()

public RetryExpiredException()

RetryExpiredException(string?)

public RetryExpiredException(string? message)

Parameters

message string

RetryExpiredException(string?, Exception?)

public RetryExpiredException(string? message, Exception? innerException)

Parameters

message string
innerException Exception