Class RetryException
Namespace: Steeltoe.Common.Retry
Assembly: Steeltoe.Common.dll
Syntax
public class RetryException : Exception
Constructors
| Edit this page View SourceRetryException(String)
Declaration
public RetryException(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
RetryException(String, Exception)
Declaration
public RetryException(string msg, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg | |
Exception | cause |