Table of Contents

Class RetryException

Namespace
Steeltoe.Common.Retry
Assembly
Steeltoe.Common.dll
public class RetryException : Exception, ISerializable
Inheritance
RetryException
Implements
Derived
Inherited Members

Constructors

RetryException(string)

public RetryException(string msg)

Parameters

msg string

RetryException(string, Exception)

public RetryException(string msg, Exception cause)

Parameters

msg string
cause Exception