Show / Hide Table of Contents

Class RetryLimitExceededException

The exception that is thrown when the action failed again after being retried the configured number of times.

Inheritance
Object
Exception
RetryLimitExceededException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
Exception.HelpLink
System.Exception.Source
Exception.HResult
System.Exception.SerializeObjectState
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
Object.MemberwiseClone()
Namespace: IRM.TransientFaultHandling
Assembly: IRM.dll
Syntax
[Serializable]
public sealed class RetryLimitExceededException : Exception, ISerializable, _Exception

Constructors

RetryLimitExceededException()

Initializes a new instance of the RetryLimitExceededException class with no error message.

Declaration
public RetryLimitExceededException()

RetryLimitExceededException(String)

Initializes a new instance of the RetryLimitExceededException class with a specified error message.

Declaration
public RetryLimitExceededException(string message)
Parameters
String message

The message that describes the error.

RetryLimitExceededException(String, Exception)

Initializes a new instance of the RetryLimitExceededException class.

Declaration
public RetryLimitExceededException(string message, Exception innerException)
Parameters
String message

The message that describes the error.

Exception innerException

The exception that is the cause of the current exception.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
ExceptionExtensions.GetSleepDuration(Exception, TimeSpan)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX