Class TerminatedRetryException
Inheritance
System.Object
TerminatedRetryException
Assembly: Steeltoe.Common.dll
Syntax
public class TerminatedRetryException : RetryException
Constructors
|
Edit this page
View Source
TerminatedRetryException(String)
Declaration
public TerminatedRetryException(string msg)
Parameters
Type |
Name |
Description |
System.String |
msg |
|
|
Edit this page
View Source
TerminatedRetryException(String, Exception)
Declaration
public TerminatedRetryException(string msg, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
msg |
|
Exception |
cause |
|