Table of Contents

Class TerminatedRetryException

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

Constructors

TerminatedRetryException(string)

public TerminatedRetryException(string msg)

Parameters

msg string

TerminatedRetryException(string, Exception)

public TerminatedRetryException(string msg, Exception cause)

Parameters

msg string
cause Exception