Class TransientException
Used to indicate an explicit transient error.
Namespace: Neon.Retry
Assembly: Neon.Common.dll
Syntax
public class TransientException : Exception
Constructors
TransientException(string, Exception)
Constructor.
Declaration
public TransientException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
Exception | innerException | Optional inner exception. |